Searched defs:Compiler (Results 1 – 7 of 7) sorted by relevance
57 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer()137 CompilerInstance Compiler(std::make_shared<clang::PCHContainerOperations>()); in main() local
47 ASTSrcLocProcessor::createASTConsumer(clang::CompilerInstance &Compiler, in createASTConsumer()
24 Compiler(const ToolChain &TC) : Tool("moviCompile", "movicompile", TC) {} in Compiler() function
116 mutable std::unique_ptr<tools::gcc::Compiler> Compiler; variable
117 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {} in Compiler() function
162 =head2 Compiler section in Core Changes
418 CompilerInstance Compiler(std::move(PCHContainerOps)); in runInvocation() local