Home
last modified time | relevance | path

Searched defs:Compiler (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.h116 mutable std::unique_ptr<tools::gcc::Compiler> Compiler; variable
H A DGnu.h118 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {} in Compiler() function
/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h45 template <class Emitter> class Compiler; variable
114 Compiler(Context &Ctx, Program &P, Tys &&...Args) in Compiler() function
H A DCompiler.cpp5595 template class Compiler<ByteCodeEmitter>; variable
5596 template class Compiler<EvalEmitter>; variable
/src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp449 CompilerInstance Compiler(std::move(PCHContainerOps)); in runInvocation() local