Home
last modified time | relevance | path

Searched refs:ParsingDone (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp870 MatchFinder::ParsingDoneTestCallback *ParsingDone) in MatchASTConsumer() argument
871 : Finder(Finder), ParsingDone(ParsingDone) {} in MatchASTConsumer()
875 if (ParsingDone != nullptr) { in HandleTranslationUnit()
876 ParsingDone->run(); in HandleTranslationUnit()
882 MatchFinder::ParsingDoneTestCallback *ParsingDone; member in clang::ast_matchers::internal::__anon018ced360111::MatchASTConsumer
897 : Options(std::move(Options)), ParsingDone(nullptr) {} in MatchFinder()
962 return llvm::make_unique<internal::MatchASTConsumer>(this, ParsingDone); in newASTConsumer()
982 ParsingDone = NewParsingDone; in registerTestCallbackAfterParsing()
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h198 void registerTestCallbackAfterParsing(ParsingDoneTestCallback *ParsingDone);
221 ParsingDoneTestCallback *ParsingDone; variable