Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp434 for (MatchCallback *MC : Matchers->AllCallbacks) { in onStartOfTranslationUnit()
444 for (MatchCallback *MC : Matchers->AllCallbacks) { in onEndOfTranslationUnit()
1572 Matchers.AllCallbacks.insert(Action); in addMatcher()
1578 Matchers.AllCallbacks.insert(Action); in addMatcher()
1590 Matchers.AllCallbacks.insert(Action); in addMatcher()
1596 Matchers.AllCallbacks.insert(Action); in addMatcher()
1602 Matchers.AllCallbacks.insert(Action); in addMatcher()
1608 Matchers.AllCallbacks.insert(Action); in addMatcher()
1614 Matchers.AllCallbacks.insert(Action); in addMatcher()
1620 Matchers.AllCallbacks.insert(Action); in addMatcher()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h226 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member