Searched refs:AllCallbacks (Results 1 – 2 of 2) sorted by relevance
434 for (MatchCallback *MC : Matchers->AllCallbacks) { in onStartOfTranslationUnit()444 for (MatchCallback *MC : Matchers->AllCallbacks) { in onEndOfTranslationUnit()1572 Matchers.AllCallbacks.insert(Action); in addMatcher()1578 Matchers.AllCallbacks.insert(Action); in addMatcher()1590 Matchers.AllCallbacks.insert(Action); in addMatcher()1596 Matchers.AllCallbacks.insert(Action); in addMatcher()1602 Matchers.AllCallbacks.insert(Action); in addMatcher()1608 Matchers.AllCallbacks.insert(Action); in addMatcher()1614 Matchers.AllCallbacks.insert(Action); in addMatcher()1620 Matchers.AllCallbacks.insert(Action); in addMatcher()[all …]
226 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member