Home
last modified time | relevance | path

Searched defs:getPointerType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp62 llvm::PointerType *CGOpenCLRuntime::getPointerType(const Type *T, in getPointerType() function in CGOpenCLRuntime
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp93 Type getPointerType() { return llvmPointerType; } in getPointerType() function in __anon6bce53480111::VulkanLaunchFuncToVulkanCallsPass
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp1016 const PointerType *getPointerType(const Type *T, bool Const) { in getPointerType() function in __anondd1c47770111::EmitterBase
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1350 CanQualType getPointerType(CanQualType T) const { in getPointerType() function
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3285 QualType ASTContext::getPointerType(QualType T) const { in getPointerType() function in ASTContext