Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:ParsingDone

877                    MatchFinder::ParsingDoneTestCallback *ParsingDone)
878 : Finder(Finder), ParsingDone(ParsingDone) {}
882 if (ParsingDone != nullptr) {
883 ParsingDone->run();
889 MatchFinder::ParsingDoneTestCallback *ParsingDone;
904 : Options(std::move(Options)), ParsingDone(nullptr) {}
969 return llvm::make_unique<internal::MatchASTConsumer>(this, ParsingDone);
989 ParsingDone = NewParsingDone;