Home
last modified time | relevance | path

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

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