Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1532 MatchFinder::ParsingDoneTestCallback *ParsingDone) in MatchASTConsumer() argument
1533 : Finder(Finder), ParsingDone(ParsingDone) {} in MatchASTConsumer()
1537 if (ParsingDone != nullptr) { in HandleTranslationUnit()
1538 ParsingDone->run(); in HandleTranslationUnit()
1544 MatchFinder::ParsingDoneTestCallback *ParsingDone; member in clang::ast_matchers::internal::__anon73d96ca20111::MatchASTConsumer
1559 : Options(std::move(Options)), ParsingDone(nullptr) {} in MatchFinder()
1663 return std::make_unique<internal::MatchASTConsumer>(this, ParsingDone); in newASTConsumer()
1683 ParsingDone = NewParsingDone; in registerTestCallbackAfterParsing()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h208 void registerTestCallbackAfterParsing(ParsingDoneTestCallback *ParsingDone);
235 ParsingDoneTestCallback *ParsingDone; variable