reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
921 if (R->isSubClassOf("Immediate")) 922 R = R->getValueAsDef("type"); // pass to subfield 922 R = R->getValueAsDef("type"); // pass to subfield 924 if (R->getName() == "Void") 926 if (R->isSubClassOf("PrimitiveType")) 927 return getScalarType(R); 928 if (R->isSubClassOf("ComplexType")) 929 return getType(R->getValueAsDag("spec"), Param); 931 PrintFatalError(R->getLoc(), "Could not convert this record into a type");