Home
last modified time | relevance | path

Searched refs:AllCallbacks (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp326 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()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h215 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member