Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp419 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h223 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member