Searched refs:AllCallbacks (Results 1 – 2 of 2) sorted by relevance
436 for (MatchCallback *MC : Matchers->AllCallbacks) { in onStartOfTranslationUnit()446 for (MatchCallback *MC : Matchers->AllCallbacks) { in onEndOfTranslationUnit()1594 Matchers.AllCallbacks.insert(Action); in addMatcher()1600 Matchers.AllCallbacks.insert(Action); in addMatcher()1612 Matchers.AllCallbacks.insert(Action); in addMatcher()1618 Matchers.AllCallbacks.insert(Action); in addMatcher()1624 Matchers.AllCallbacks.insert(Action); in addMatcher()1630 Matchers.AllCallbacks.insert(Action); in addMatcher()1636 Matchers.AllCallbacks.insert(Action); in addMatcher()1642 Matchers.AllCallbacks.insert(Action); in addMatcher()[all …]
226 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member