Searched refs:AllCallbacks (Results 1 – 2 of 2) sorted by relevance
309 for (MatchCallback *MC : Matchers->AllCallbacks) { in onStartOfTranslationUnit()319 for (MatchCallback *MC : Matchers->AllCallbacks) { in onEndOfTranslationUnit()904 Matchers.AllCallbacks.insert(Action); in addMatcher()910 Matchers.AllCallbacks.insert(Action); in addMatcher()916 Matchers.AllCallbacks.insert(Action); in addMatcher()922 Matchers.AllCallbacks.insert(Action); in addMatcher()928 Matchers.AllCallbacks.insert(Action); in addMatcher()934 Matchers.AllCallbacks.insert(Action); in addMatcher()
212 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member