Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h168 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1_main.cpp202 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp414 CompilerInvocation::GetResourcesPath(Argv0, MainAddr)); in injectResourceDir()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1893 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, in GetResourcesPath() function in CompilerInvocation