Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchFinder.cpp1554 MatchFinder::ParsingDoneTestCallback *ParsingDone) in MatchASTConsumer() argument
1555 : Finder(Finder), ParsingDone(ParsingDone) {} in MatchASTConsumer()
1559 if (ParsingDone != nullptr) { in HandleTranslationUnit()
1560 ParsingDone->run(); in HandleTranslationUnit()
1566 MatchFinder::ParsingDoneTestCallback *ParsingDone; member in clang::ast_matchers::internal::__anona16e780f0111::MatchASTConsumer
1581 : Options(std::move(Options)), ParsingDone(nullptr) {} in MatchFinder()
1685 return std::make_unique<internal::MatchASTConsumer>(this, ParsingDone); in newASTConsumer()
1705 ParsingDone = NewParsingDone; in registerTestCallbackAfterParsing()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchFinder.h208 void registerTestCallbackAfterParsing(ParsingDoneTestCallback *ParsingDone);
235 ParsingDoneTestCallback *ParsingDone; variable