Searched defs:getPointerType (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenCLRuntime.cpp | 46 llvm::PointerType *CGOpenCLRuntime::getPointerType(const Type *T) { in getPointerType() function in CGOpenCLRuntime |
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ | ||
H A D | MveEmitter.cpp | 1016 const PointerType *getPointerType(const Type *T, bool Const) { getPointerType() function in __anon3961c3990111::EmitterBase |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 1337 CanQualType getPointerType(CanQualType T) const { getPointerType() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 3269 QualType ASTContext::getPointerType(QualType T) const { getPointerType() function in ASTContext |