Searched refs:pointerType (Results 1 – 5 of 5) sorted by relevance
1694 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local1696 if (!pointerType) in CheckObjCForCollectionOperand()1702 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()1733 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand()3375 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local3376 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
739 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local740 if (!pointerType) { in CheckARMBuiltinExclusiveCall()749 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()1267 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local1268 type = pointerType->getPointeeType(); in CheckNonNullArguments()1619 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in SemaAtomicOpsOverloaded() local1620 if (!pointerType) { in SemaAtomicOpsOverloaded()1627 QualType AtomTy = pointerType->getPointeeType(); // 'A' in SemaAtomicOpsOverloaded()1878 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in SemaBuiltinAtomicOverloaded() local1879 if (!pointerType) { in SemaBuiltinAtomicOverloaded()[all …]
297 REGISTER_MATCHER(pointerType); in RegistryMaps()
2474 const PointerType *pointerType in emitPointerArithmetic() local2476 if (!pointerType) { in emitPointerArithmetic()2490 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()
3678 AST_TYPE_MATCHER(PointerType, pointerType);