Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexer.cpp148 ResourcesPath = driver::Driver::GetResourcesPath(LibClangPath); in getClangResourcesPath()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h220 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1_main.cpp229 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DInterpreter.cpp87 CompilerInvocation::GetResourcesPath(Argv[0], nullptr); in CreateCI()
/llvm-project-15.0.7/clang/tools/arcmt-test/
H A Darcmt-test.cpp348 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DDriver.h343 static std::string GetResourcesPath(StringRef BinaryPath,
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompileCommands.cpp134 return CompilerInvocation::GetResourcesPath("clangd", in detectStandardResourceDir()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp471 ("-resource-dir=" + CompilerInvocation::GetResourcesPath(Argv0, MainAddr)) in injectResourceDir()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp2946 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, in GetResourcesPath() function in CompilerInvocation
2950 return Driver::GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in GetResourcesPath()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp164 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() function in Driver
226 ResourceDir = GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in Driver()