Searched refs:GetResourcesPath (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h169 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp221 CompilerInvocation::GetResourcesPath(Argv0, MainAddr);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h300 static std::string GetResourcesPath(StringRef BinaryPath,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp445 CompilerInvocation::GetResourcesPath(Argv0, MainAddr));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp95 std::string Driver::GetResourcesPath(StringRef BinaryPath, function in class:Driver
151 ResourceDir = GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2066 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, function in class:CompilerInvocation
2070 return Driver::GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR);

Completed in 299 milliseconds