Searched refs:isBuiltinType (Results 1 – 9 of 9) sorted by relevance
185 if (isBuiltinType(t) || t == VOID) { in parseFormalType()197 private static boolean isBuiltinType(int t) { in isBuiltinType() method in Parser571 if (isBuiltinType(t)) { in parseDeclarationOrExpression()789 if (isBuiltinType(t)) { in parseInstanceOf()901 if (isBuiltinType(t) && nextIsBuiltinCast()) { in parseCast()1249 if (isBuiltinType(t) || t == VOID) { in parsePrimaryExpr()1266 if (isBuiltinType(t)) { in parseNew()
2187 if (Ty->isBuiltinType()) in isTypeSubstitutable()2723 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType"); in mangleNeonVectorType()2806 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType"); in mangleAArch64NeonVectorType()
2887 assert(vecType->isBuiltinType()); in getVectorType()2918 assert(vecType->isBuiltinType() || vecType->isDependentType()); in getExtVectorType()
737 assert(OOE->getType()->isBuiltinType()); in VisitOffsetOfExpr()
1607 bool isBuiltinType() const;5539 inline bool Type::isBuiltinType() const {
1503 if (Ty->isBuiltinType() || Ty->isVectorType()) in classifyArgumentType()3592 if (IsReturnType || Ty->isBuiltinType() || Ty->isVectorType()) in classify()
568 } else if (ValueType->isBuiltinType()) { in BuildObjCBoxedExpr()
6324 if (!CurType->isBuiltinType() || CurType->isBooleanType() || in HandleVectorSizeAttr()
1180 QT->isBuiltinType() ? diag::err_iboutletcollection_builtintype in handleIBOutletCollection()