Home
last modified time | relevance | path

Searched refs:pointerType (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp1694 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local
1696 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() local
3376 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
HDSemaChecking.cpp739 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local
740 if (!pointerType) { in CheckARMBuiltinExclusiveCall()
749 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()
1267 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local
1268 type = pointerType->getPointeeType(); in CheckNonNullArguments()
1619 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in SemaAtomicOpsOverloaded() local
1620 if (!pointerType) { in SemaAtomicOpsOverloaded()
1627 QualType AtomTy = pointerType->getPointeeType(); // 'A' in SemaAtomicOpsOverloaded()
1878 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in SemaBuiltinAtomicOverloaded() local
1879 if (!pointerType) { in SemaBuiltinAtomicOverloaded()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp297 REGISTER_MATCHER(pointerType); in RegistryMaps()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprScalar.cpp2474 const PointerType *pointerType in emitPointerArithmetic() local
2476 if (!pointerType) { in emitPointerArithmetic()
2490 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h3678 AST_TYPE_MATCHER(PointerType, pointerType);