Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1035 const AstTypeMatcher<PointerType> pointerType; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2190 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local
4220 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local
H A DSemaChecking.cpp2359 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local
4760 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local
5303 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in BuildAtomicExpr() local
5670 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in SemaBuiltinAtomicOverloaded() local
6050 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in SemaBuiltinNontemporalOverloaded() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3438 const PointerType *pointerType in emitPointerArithmetic() local