Searched refs:pointerType (Results 1 – 13 of 13) sorted by relevance
72 auto PointerTypeM = varDecl(hasType(hasCanonicalType(pointerType()))); in matchUnorderedIterWithPointers()
85 pointsTo(hasCanonicalType(pointerType())) in matchSortWithPointers()
77 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()
175 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()
209 pointerType(pointee(hasCanonicalType( in checkASTCodeBody()
2227 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local2229 if (!pointerType) in CheckObjCForCollectionOperand()2235 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()2265 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand()4284 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local4285 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
3119 if (!pointerType) { in CheckARMBuiltinExclusiveCall()3128 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()5790 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local5791 type = pointerType->getPointeeType(); in CheckNonNullArguments()6392 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in BuildAtomicExpr() local6393 if (!pointerType) { in BuildAtomicExpr()6400 QualType AtomTy = pointerType->getPointeeType(); // 'A' in BuildAtomicExpr()6765 if (!pointerType) { in SemaBuiltinAtomicOverloaded()6771 QualType ValType = pointerType->getPointeeType(); in SemaBuiltinAtomicOverloaded()7145 if (!pointerType) { in SemaBuiltinNontemporalOverloaded()[all …]
134 return hasType(hasCanonicalType(pointerType())); in hasPointerType()
115 pointerType(pointee(unless(isConstQualified())))); in __anon5ab300100502()
526 REGISTER_MATCHER(pointerType); in RegistryMaps()
1052 const AstTypeMatcher<PointerType> pointerType; variable
7058 extern const AstTypeMatcher<PointerType> pointerType;7915 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
3672 const PointerType *pointerType in emitPointerArithmetic() local3674 if (!pointerType) { in emitPointerArithmetic()3688 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()