Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp437 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 …]
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h226 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member