Searched refs:AllCallbacks (Results 1 – 2 of 2) sorted by relevance
326 for (MatchCallback *MC : Matchers->AllCallbacks) { in onStartOfTranslationUnit()336 for (MatchCallback *MC : Matchers->AllCallbacks) { in onEndOfTranslationUnit()956 Matchers.AllCallbacks.insert(Action); in addMatcher()962 Matchers.AllCallbacks.insert(Action); in addMatcher()968 Matchers.AllCallbacks.insert(Action); in addMatcher()974 Matchers.AllCallbacks.insert(Action); in addMatcher()980 Matchers.AllCallbacks.insert(Action); in addMatcher()986 Matchers.AllCallbacks.insert(Action); in addMatcher()992 Matchers.AllCallbacks.insert(Action); in addMatcher()
215 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member