Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp312 for (MatchCallback *MC : Matchers->AllCallbacks) { in onStartOfTranslationUnit()
322 for (MatchCallback *MC : Matchers->AllCallbacks) { in onEndOfTranslationUnit()
916 Matchers.AllCallbacks.push_back(Action); in addMatcher()
922 Matchers.AllCallbacks.push_back(Action); in addMatcher()
928 Matchers.AllCallbacks.push_back(Action); in addMatcher()
934 Matchers.AllCallbacks.push_back(Action); in addMatcher()
940 Matchers.AllCallbacks.push_back(Action); in addMatcher()
946 Matchers.AllCallbacks.push_back(Action); in addMatcher()
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h211 std::vector<MatchCallback *> AllCallbacks; member