Searched refs:pointerType (Results 1 – 12 of 12) sorted by relevance
59 -> decltype(hasType(pointerType())) { in hasTypePointingTo()60 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()
72 auto PointerTypeM = varDecl(hasType(hasCanonicalType(pointerType()))); in matchUnorderedIterWithPointers()
85 pointsTo(hasCanonicalType(pointerType())) in matchSortWithPointers()
154 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()
211 pointerType(pointee(hasCanonicalType( in checkASTCodeBody()
1847 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local1849 if (!pointerType) in CheckObjCForCollectionOperand()1855 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()1885 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand()3924 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local3925 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
1852 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local1853 if (!pointerType) { in CheckARMBuiltinExclusiveCall()1862 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()4386 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local4387 type = pointerType->getPointeeType(); in CheckNonNullArguments()4813 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in BuildAtomicExpr() local4814 if (!pointerType) { in BuildAtomicExpr()4821 QualType AtomTy = pointerType->getPointeeType(); // 'A' in BuildAtomicExpr()5161 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in SemaBuiltinAtomicOverloaded() local5162 if (!pointerType) { in SemaBuiltinAtomicOverloaded()[all …]
65 pointerType(pointee(unless(isConstQualified())))); in __anon7260055a0302()
467 REGISTER_MATCHER(pointerType); in RegistryMaps()
878 const AstTypeMatcher<PointerType> pointerType; variable
3309 const PointerType *pointerType in emitPointerArithmetic() local3311 if (!pointerType) { in emitPointerArithmetic()3325 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()
5858 extern const AstTypeMatcher<PointerType> pointerType;