Searched refs:isBuiltinType (Results 1 – 16 of 16) sorted by relevance
23 AST_MATCHER_P(Type, isBuiltinType, BuiltinType::Kind, Kind) { in AST_MATCHER_P() argument56 return hasParameter(Pos, hasType(isBuiltinType(Kind))); in registerMatchers()59 return hasArgument(Pos, hasType(isBuiltinType(Kind))); in registerMatchers()106 pointee(isBuiltinType(IntTy)))))))), in registerMatchers()129 pointee(isBuiltinType(IntTy)))))))), in registerMatchers()
233 if ((SourceType->isBuiltinType() || SourceType->isEnumeralType()) && in check()234 (DestType->isBuiltinType() || DestType->isEnumeralType())) { in check()
69 if (ReturnType.isConstQualified() || ReturnType->isBuiltinType() || in check()
325 return T->isBuiltinType() || T->isEnumeralType() || in isPrimitiveType()
158 !Cast->getType()->isBuiltinType()) in visitUser()
154 if (TP->isBuiltinType()) // Builtins are special, they do not have decls. in kindForType()270 if (Underlying->isBuiltinType()) in isDefaultLibrary()513 if (T->isBuiltinType()) in scopeModifier()
431 Ty->isBuiltinType() || in ConvertType()
1806 if ((Ty->isVectorType() || Ty->isBuiltinType()) && in runVectorCallFirstPass()1853 if (Ty->isBuiltinType() || Ty->isVectorType()) in classifyArgumentType()4283 if (!Ty->isBuiltinType() && !Ty->isVectorType() && in reclassifyHvaArgForVectorCall()4326 if (IsReturnType || Ty->isBuiltinType() || Ty->isVectorType()) in classify()4333 (IsReturnType || Ty->isBuiltinType() || Ty->isVectorType())) { in classify()4338 } else if (!Ty->isBuiltinType() && !Ty->isVectorType()) { in classify()5671 assert(VT->getElementType()->isBuiltinType() && "expected builtin type!"); in coerceIllegalVector()5680 assert(VT->getElementType()->isBuiltinType() && "expected builtin type!"); in coerceIllegalVector()
187 EXPECT_TRUE(type_ptr->isBuiltinType()); in VerifyEncodingAndBitSize()
2780 if (Ty->isBuiltinType()) in isTypeSubstitutable()3482 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType"); in mangleNeonVectorType()3577 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType"); in mangleAArch64NeonVectorType()3646 assert(EltType->isBuiltinType() && in mangleAArch64FixedSveVectorType()
4012 assert(vecType->isBuiltinType()); in getVectorType()4082 assert(vecType->isBuiltinType() || vecType->isDependentType()); in getExtVectorType()
2023 bool isBuiltinType() const;6893 inline bool Type::isBuiltinType() const {
601 } else if (ValueType->isBuiltinType()) { in BuildObjCBoxedExpr()
2623 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
1531 QT->isBuiltinType() ? diag::err_iboutletcollection_builtintype in handleIBOutletCollection()
5732 } else if (LHSTy->isBuiltinType() && in CreateBuiltinArraySubscriptExpr()