Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp309 for (MatchCallback *MC : Matchers->AllCallbacks) { in onStartOfTranslationUnit()
319 for (MatchCallback *MC : Matchers->AllCallbacks) { in onEndOfTranslationUnit()
904 Matchers.AllCallbacks.insert(Action); in addMatcher()
910 Matchers.AllCallbacks.insert(Action); in addMatcher()
916 Matchers.AllCallbacks.insert(Action); in addMatcher()
922 Matchers.AllCallbacks.insert(Action); in addMatcher()
928 Matchers.AllCallbacks.insert(Action); in addMatcher()
934 Matchers.AllCallbacks.insert(Action); in addMatcher()
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h212 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member