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()
143 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local145 if (!pointerType) in CheckObjCForCollectionOperand()151 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()181 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand()296 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local297 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
902 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local903 if (!pointerType) { in CheckARMBuiltinExclusiveCall()912 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()
3080 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local3081 type = pointerType->getPointeeType(); in CheckNonNullArguments()3756 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in BuildAtomicExpr() local3757 if (!pointerType) { in BuildAtomicExpr()3764 QualType AtomTy = pointerType->getPointeeType(); // 'A' in BuildAtomicExpr()4150 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in BuiltinAtomicOverloaded() local4151 if (!pointerType) { in BuiltinAtomicOverloaded()4157 QualType ValType = pointerType->getPointeeType(); in BuiltinAtomicOverloaded()4524 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in BuiltinNontemporalOverloaded() local4525 if (!pointerType) { in BuiltinNontemporalOverloaded()[all …]
170 pointerType(pointee(unless(isConstQualified())))); in __anon2875c4430a02()
216 return hasType(hasCanonicalType(pointerType())); in hasPointerType()
542 REGISTER_MATCHER(pointerType); in RegistryMaps()
7352 extern const AstTypeMatcher<PointerType> pointerType;8221 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
3963 const PointerType *pointerType in emitPointerArithmetic() local3965 if (!pointerType) { in emitPointerArithmetic()3979 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()