Home
last modified time | relevance | path

Searched defs:pointerType (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1052 const AstTypeMatcher<PointerType> pointerType; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp2227 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local
4284 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local
H A DSemaChecking.cpp3118 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local
5790 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local
6392 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in BuildAtomicExpr() local
6764 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in SemaBuiltinAtomicOverloaded() local
7144 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in SemaBuiltinNontemporalOverloaded() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp3672 const PointerType *pointerType in emitPointerArithmetic() local