HomeSort by relevance Sort by last modified time
    Searched refs:ParsingDone (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 198 void registerTestCallbackAfterParsing(ParsingDoneTestCallback *ParsingDone);
221 ParsingDoneTestCallback *ParsingDone;
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 877 MatchFinder::ParsingDoneTestCallback *ParsingDone)
878 : Finder(Finder), ParsingDone(ParsingDone) {}
882 if (ParsingDone != nullptr) {
883 ParsingDone->run();
889 MatchFinder::ParsingDoneTestCallback *ParsingDone;
    [all...]

Completed in 32 milliseconds