Searched refs:AllCallbacks (Results 1 – 2 of 2) sorted by relevance
437 for (MatchCallback *MC : Matchers->AllCallbacks) { in onStartOfTranslationUnit()447 for (MatchCallback *MC : Matchers->AllCallbacks) { in onEndOfTranslationUnit()1617 Matchers.AllCallbacks.insert(Action); in addMatcher()1623 Matchers.AllCallbacks.insert(Action); in addMatcher()1635 Matchers.AllCallbacks.insert(Action); in addMatcher()1641 Matchers.AllCallbacks.insert(Action); in addMatcher()1647 Matchers.AllCallbacks.insert(Action); in addMatcher()1653 Matchers.AllCallbacks.insert(Action); in addMatcher()1659 Matchers.AllCallbacks.insert(Action); in addMatcher()1665 Matchers.AllCallbacks.insert(Action); in addMatcher()[all …]
226 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member