Searched refs:AllCallbacks (Results 1 – 2 of 2) sorted by relevance
312 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()
211 std::vector<MatchCallback *> AllCallbacks; member