Searched refs:GetResourcesPath (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndexer.cpp | 138 ResourcesPath = driver::Driver::GetResourcesPath(LibClangPath); in getClangResourcesPath()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 215 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
H A D | cc1_main.cpp | 227 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
|
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/ |
H A D | main.cpp | 207 CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 87 CompilerInvocation::GetResourcesPath(Argv[0], nullptr); in CreateCI()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Driver.h | 310 static std::string GetResourcesPath(StringRef BinaryPath,
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/arcmt-test/ |
H A D | arcmt-test.cpp | 348 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | Tooling.cpp | 448 ("-resource-dir=" + CompilerInvocation::GetResourcesPath(Argv0, MainAddr)) in injectResourceDir()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Driver.cpp | 106 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() function in Driver 168 ResourceDir = GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in Driver()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 2802 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, in GetResourcesPath() function in CompilerInvocation 2806 return Driver::GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in GetResourcesPath()
|