Searched refs:pointerType (Results 1 – 9 of 9) sorted by relevance
155 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()
212 pointerType(pointee(hasCanonicalType( in checkASTCodeBody()
54 pointerType(pointee(unless(isConstQualified())))); in __anond759b8d20302()
1832 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local1834 if (!pointerType) in CheckObjCForCollectionOperand()1840 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()1870 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand()3855 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local3856 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
1657 if (!pointerType) { in CheckARMBuiltinExclusiveCall()1666 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()4099 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local4100 type = pointerType->getPointeeType(); in CheckNonNullArguments()4518 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in SemaAtomicOpsOverloaded() local4519 if (!pointerType) { in SemaAtomicOpsOverloaded()4526 QualType AtomTy = pointerType->getPointeeType(); // 'A' in SemaAtomicOpsOverloaded()4837 if (!pointerType) { in SemaBuiltinAtomicOverloaded()4843 QualType ValType = pointerType->getPointeeType(); in SemaBuiltinAtomicOverloaded()5213 if (!pointerType) { in SemaBuiltinNontemporalOverloaded()[all …]
445 REGISTER_MATCHER(pointerType); in RegistryMaps()
822 const AstTypeMatcher<PointerType> pointerType; variable
5471 extern const AstTypeMatcher<PointerType> pointerType;6190 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
3186 const PointerType *pointerType in emitPointerArithmetic() local3188 if (!pointerType) { in emitPointerArithmetic()3202 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()