Searched defs:MatchCallback (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h22 // class HandleMatch : public MatchFinder::MatchCallback {
71 /// MatchCallback with a MatchResult containing information about the match.
89 class MatchCallback { class in class:clang::ast_matchers::MatchFinder
91 virtual ~MatchCallback();
126 MatchCallback *Action);
128 MatchCallback *Action);
130 MatchCallback *Action);
132 MatchCallback *Action);
134 MatchCallback *Action);
136 MatchCallback *Actio
[all...]
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp31 typedef MatchFinder::MatchCallback MatchCallback; typedef in namespace:clang::ast_matchers::internal::__anon17765
296 std::vector<std::pair<internal::DynTypedMatcher, MatchCallback *> > *
302 MatchCallback *> >::const_iterator
312 MatchCallback *> >::const_iterator
452 MatchCallback *> >::const_iterator
567 // Implements a BoundNodesTree::Visitor that calls a MatchCallback with
572 MatchFinder::MatchCallback* Callback)
582 MatchFinder::MatchCallback* Callback;
605 std::vector<std::pair<internal::DynTypedMatcher, MatchCallback *> > *cons
[all...]

Completed in 53 milliseconds