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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp878 const AstTypeMatcher<PointerType> pointerType; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3309 const PointerType *pointerType local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1847 const ObjCObjectPointerType *pointerType = local
3924 const PointerType *pointerType = type->getAs<PointerType>(); local
H A DSemaChecking.cpp1852 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); local
4813 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); local
5161 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); local
5532 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); local
[all...]

Completed in 106 milliseconds