Home
last modified time | relevance | path

Searched defs:ClangExecutable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp208 std::string ClangExecutable = in GetClangToolCommand() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h183 std::string ClangExecutable; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3304 std::string ClangExecutable = in GetResourcesPath() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp258 Driver::Driver(StringRef ClangExecutable, StringRef TargetTriple, in Driver()