Searched refs:ParsingDone (Results 1 – 2 of 2) sorted by relevance
877 MatchFinder::ParsingDoneTestCallback *ParsingDone) in MatchASTConsumer() argument878 : Finder(Finder), ParsingDone(ParsingDone) {} in MatchASTConsumer()882 if (ParsingDone != nullptr) { in HandleTranslationUnit()883 ParsingDone->run(); in HandleTranslationUnit()889 MatchFinder::ParsingDoneTestCallback *ParsingDone; member in clang::ast_matchers::internal::__anon887b50f80111::MatchASTConsumer904 : Options(std::move(Options)), ParsingDone(nullptr) {} in MatchFinder()969 return llvm::make_unique<internal::MatchASTConsumer>(this, ParsingDone); in newASTConsumer()989 ParsingDone = NewParsingDone; in registerTestCallbackAfterParsing()
198 void registerTestCallbackAfterParsing(ParsingDoneTestCallback *ParsingDone);221 ParsingDoneTestCallback *ParsingDone; variable