Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp214 std::string ClangExecutable = in GetClangToolCommand() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h158 std::string ClangExecutable; variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3016 std::string ClangExecutable = GetResourcesPath() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp192 Driver(StringRef ClangExecutable,StringRef TargetTriple,DiagnosticsEngine & Diags,std::string Title,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) Driver() argument