Searched refs:AllCallbacks (Results 1 – 2 of 2) sorted by relevance
419 for (MatchCallback *MC : Matchers->AllCallbacks) { in onStartOfTranslationUnit()429 for (MatchCallback *MC : Matchers->AllCallbacks) { in onEndOfTranslationUnit()1346 Matchers.AllCallbacks.insert(Action); in addMatcher()1352 Matchers.AllCallbacks.insert(Action); in addMatcher()1364 Matchers.AllCallbacks.insert(Action); in addMatcher()1370 Matchers.AllCallbacks.insert(Action); in addMatcher()1376 Matchers.AllCallbacks.insert(Action); in addMatcher()1382 Matchers.AllCallbacks.insert(Action); in addMatcher()1388 Matchers.AllCallbacks.insert(Action); in addMatcher()1394 Matchers.AllCallbacks.insert(Action); in addMatcher()
223 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member