Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp57 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer()
137 CompilerInstance Compiler(std::make_shared<clang::PCHContainerOperations>()); in main() local
H A DASTSrcLocProcessor.cpp47 ASTSrcLocProcessor::createASTConsumer(clang::CompilerInstance &Compiler, in createASTConsumer()
/freebsd-14.2/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
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp449 CompilerInstance Compiler(std::move(PCHContainerOps)); in runInvocation() local