Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp877 MatchFinder::ParsingDoneTestCallback *ParsingDone) in MatchASTConsumer() argument
878 : 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::MatchASTConsumer
904 : Options(std::move(Options)), ParsingDone(nullptr) {} in MatchFinder()
969 return llvm::make_unique<internal::MatchASTConsumer>(this, ParsingDone); in newASTConsumer()
989 ParsingDone = NewParsingDone; in registerTestCallbackAfterParsing()
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h198 void registerTestCallbackAfterParsing(ParsingDoneTestCallback *ParsingDone);
221 ParsingDoneTestCallback *ParsingDone; variable