Searched refs:pointerType (Results 1 – 12 of 12) 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()
173 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()
211 pointerType(pointee(hasCanonicalType( in checkASTCodeBody()
2190 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local2192 if (!pointerType) in CheckObjCForCollectionOperand()2198 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()2228 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand()4220 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local4221 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
2360 if (!pointerType) { in CheckARMBuiltinExclusiveCall()2369 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()4760 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local4761 type = pointerType->getPointeeType(); in CheckNonNullArguments()5303 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in BuildAtomicExpr() local5304 if (!pointerType) { in BuildAtomicExpr()5311 QualType AtomTy = pointerType->getPointeeType(); // 'A' in BuildAtomicExpr()5671 if (!pointerType) { in SemaBuiltinAtomicOverloaded()5677 QualType ValType = pointerType->getPointeeType(); in SemaBuiltinAtomicOverloaded()6051 if (!pointerType) { in SemaBuiltinNontemporalOverloaded()[all …]
110 pointerType(pointee(unless(isConstQualified())))); in __anon0c1b38f70502()
505 REGISTER_MATCHER(pointerType); in RegistryMaps()
1035 const AstTypeMatcher<PointerType> pointerType; variable
6682 extern const AstTypeMatcher<PointerType> pointerType;7481 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
3438 const PointerType *pointerType in emitPointerArithmetic() local3440 if (!pointerType) { in emitPointerArithmetic()3454 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()