Searched defs:ParsingDoneTestCallback (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h117 class ParsingDoneTestCallback { class in class:clang::ast_matchers::MatchFinder
119 virtual ~ParsingDoneTestCallback();
198 void registerTestCallbackAfterParsing(ParsingDoneTestCallback *ParsingDone);
221 ParsingDoneTestCallback *ParsingDone;
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp870 MatchFinder::ParsingDoneTestCallback *ParsingDone)
882 MatchFinder::ParsingDoneTestCallback *ParsingDone;
894 MatchFinder::ParsingDoneTestCallback::~ParsingDoneTestCallback() {}
981 MatchFinder::ParsingDoneTestCallback *NewParsingDone) {

Completed in 112 milliseconds