Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp449 CompilerInstance Compiler(std::move(PCHContainerOps)); in runInvocation() local