Searched refs:createASTConsumer (Results 1 – 6 of 6) sorted by relevance
29 std::unique_ptr<ASTConsumer> createASTConsumer(CompilerInstance &Compiler,
59 return Processor.createASTConsumer(Compiler, File); in CreateASTConsumer()
47 ASTSrcLocProcessor::createASTConsumer(clang::CompilerInstance &Compiler, in createASTConsumer() function in ASTSrcLocProcessor
42 createASTConsumer(clang::CompilerInstance &Compiler, StringRef File);
388 ClangTidyASTConsumerFactory::createASTConsumer( in createASTConsumer() function in clang::tidy::ClangTidyASTConsumerFactory570 return Factory->createASTConsumer(Compiler, File); in runClangTidy()
51 Vec.push_back(Factory.createASTConsumer(Compiler, File)); in CreateASTConsumer()