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()911 Matchers.AllCallbacks.insert(Action); in addMatcher()917 Matchers.AllCallbacks.insert(Action); in addMatcher()923 Matchers.AllCallbacks.insert(Action); in addMatcher()929 Matchers.AllCallbacks.insert(Action); in addMatcher()935 Matchers.AllCallbacks.insert(Action); in addMatcher()941 Matchers.AllCallbacks.insert(Action); in addMatcher()
212 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member