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()
911 Matchers.AllCallbacks.insert(Action); in addMatcher()
917 Matchers.AllCallbacks.insert(Action); in addMatcher()
923 Matchers.AllCallbacks.insert(Action); in addMatcher()
929 Matchers.AllCallbacks.insert(Action); in addMatcher()
935 Matchers.AllCallbacks.insert(Action); in addMatcher()
941 Matchers.AllCallbacks.insert(Action); in addMatcher()
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h212 llvm::SmallPtrSet<MatchCallback *, 16> AllCallbacks; member