Searched refs:pointerType (Results 1 – 5 of 5) sorted by relevance
256 REGISTER_MATCHER(pointerType); in RegistryMaps()
1601 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local1603 if (!pointerType) in CheckObjCForCollectionOperand()1609 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()1640 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand()3002 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local3003 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) in ActOnObjCAtSynchronizedOperand()
487 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local488 if (!pointerType) { in CheckARMBuiltinExclusiveCall()497 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()1005 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in SemaAtomicOpsOverloaded() local1006 if (!pointerType) { in SemaAtomicOpsOverloaded()1013 QualType AtomTy = pointerType->getPointeeType(); // 'A' in SemaAtomicOpsOverloaded()1246 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in SemaBuiltinAtomicOverloaded() local1247 if (!pointerType) { in SemaBuiltinAtomicOverloaded()1253 QualType ValType = pointerType->getPointeeType(); in SemaBuiltinAtomicOverloaded()
3085 AST_TYPE_MATCHER(PointerType, pointerType);
2321 const PointerType *pointerType in emitPointerArithmetic() local2323 if (!pointerType) { in emitPointerArithmetic()2337 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()