Searched refs:newASTConsumer (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h58 /// Once all matchers are added, newASTConsumer() returns an ASTConsumer
175 std::unique_ptr<clang::ASTConsumer> newASTConsumer();
/external/clang/tools/clang-check/
H A DClangCheck.cpp138 std::unique_ptr<clang::ASTConsumer> newASTConsumer() { function in class:__anon3017::ClangCheckActionFactory
/external/clang/unittests/Tooling/
H A DToolingTest.cpp138 std::unique_ptr<ASTConsumer> newASTConsumer() { function in struct:clang::tooling::IndependentFrontendActionCreator
210 std::unique_ptr<ASTConsumer> newASTConsumer() { function in struct:clang::tooling::VerifyEndCallback
/external/clang/include/clang/Tooling/
H A DTooling.h127 /// implementation of newASTConsumer().
129 /// FactoryT must implement: ASTConsumer *newASTConsumer().
133 /// clang::ASTConsumer *newASTConsumer();
380 return ConsumerFactory->newASTConsumer();
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp968 std::unique_ptr<ASTConsumer> MatchFinder::newASTConsumer() { function in class:clang::ast_matchers::MatchFinder

Completed in 298 milliseconds