Home
last modified time | relevance | path

Searched refs:GetResourcesPath (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexer.cpp138 ResourcesPath = driver::Driver::GetResourcesPath(LibClangPath); in getClangResourcesPath()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h215 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp227 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp207 CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp87 CompilerInvocation::GetResourcesPath(Argv[0], nullptr); in CreateCI()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h310 static std::string GetResourcesPath(StringRef BinaryPath,
/netbsd-src/external/apache2/llvm/dist/clang/tools/arcmt-test/
H A Darcmt-test.cpp348 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp448 ("-resource-dir=" + CompilerInvocation::GetResourcesPath(Argv0, MainAddr)) in injectResourceDir()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp106 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 DCompilerInvocation.cpp2802 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, in GetResourcesPath() function in CompilerInvocation
2806 return Driver::GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in GetResourcesPath()