Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexer.cpp148 ResourcesPath = driver::Driver::GetResourcesPath(LibClangPath); in getClangResourcesPath()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h220 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1_main.cpp230 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DInterpreter.cpp86 CompilerInvocation::GetResourcesPath(Argv[0], nullptr); in CreateCI()
/openbsd-src/gnu/llvm/clang/tools/arcmt-test/
H A Darcmt-test.cpp348 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h356 static std::string GetResourcesPath(StringRef BinaryPath,
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp482 ("-resource-dir=" + CompilerInvocation::GetResourcesPath(Argv0, MainAddr)) in injectResourceDir()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp2963 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 DDriver.cpp166 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() function in Driver
232 ResourceDir = GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in Driver()