Searched refs:ParsingDone (Results 1 – 2 of 2) sorted by relevance
870 MatchFinder::ParsingDoneTestCallback *ParsingDone) in MatchASTConsumer() argument871 : 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::MatchASTConsumer897 : Options(std::move(Options)), ParsingDone(nullptr) {} in MatchFinder()962 return llvm::make_unique<internal::MatchASTConsumer>(this, ParsingDone); in newASTConsumer()982 ParsingDone = NewParsingDone; in registerTestCallbackAfterParsing()
198 void registerTestCallbackAfterParsing(ParsingDoneTestCallback *ParsingDone);221 ParsingDoneTestCallback *ParsingDone; variable