Home
last modified time | relevance | path

Searched defs:Compilation (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp45 driver::Compilation *Compilation) { in GetCC1Arguments()
164 std::unique_ptr<driver::Compilation> Compilation(Driver.BuildCompilation(RF)); in create() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DTool.h23 class Compilation; variable
H A DDriver.h42 class Compilation; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp87 static bool ignoreExtraCC1Commands(const driver::Compilation *Compilation) { in ignoreExtraCC1Commands()
133 driver::Compilation *Compilation) { in getCC1Arguments()
369 const std::unique_ptr<driver::Compilation> Compilation( in run() local
384 const char *BinaryName, driver::Compilation *Compilation, in runInvocation()
H A DCompilationDatabase.cpp281 const std::unique_ptr<driver::Compilation> Compilation( in stripPositionalArgs() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h61 class Compilation; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp36 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain, in Compilation() function in Compilation