Searched refs:GetResourcesPath (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndexer.cpp | 148 ResourcesPath = driver::Driver::GetResourcesPath(LibClangPath); in getClangResourcesPath()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 220 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | cc1_main.cpp | 230 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
|
| /openbsd-src/gnu/llvm/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 86 CompilerInvocation::GetResourcesPath(Argv[0], nullptr); in CreateCI()
|
| /openbsd-src/gnu/llvm/clang/tools/arcmt-test/ |
| H A D | arcmt-test.cpp | 348 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Driver.h | 356 static std::string GetResourcesPath(StringRef BinaryPath,
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 482 ("-resource-dir=" + CompilerInvocation::GetResourcesPath(Argv0, MainAddr)) in injectResourceDir()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 2963 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, in GetResourcesPath() function in CompilerInvocation 2967 return Driver::GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in GetResourcesPath()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Driver.cpp | 166 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() function in Driver 232 ResourceDir = GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in Driver()
|