Searched defs:getPointerType (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ | ||
| H A D | CGOpenCLRuntime.cpp | 62 llvm::PointerType *CGOpenCLRuntime::getPointerType(const Type *T, in getPointerType() function in CGOpenCLRuntime |
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/ | ||
| H A D | ConvertLaunchFuncToVulkanCalls.cpp | 93 Type getPointerType() { return llvmPointerType; } in getPointerType() function in __anon6bce53480111::VulkanLaunchFuncToVulkanCallsPass |
| /llvm-project-15.0.7/clang/utils/TableGen/ | ||
| H A D | MveEmitter.cpp | 1016 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 D | ASTContext.h | 1350 CanQualType getPointerType(CanQualType T) const { in getPointerType() function |
| /llvm-project-15.0.7/clang/lib/AST/ | ||
| H A D | ASTContext.cpp | 3285 QualType ASTContext::getPointerType(QualType T) const { in getPointerType() function in ASTContext |