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 {
67 /// MatchCallback with a MatchResult containing information about the match.
85 class MatchCallback { class in class:clang::ast_matchers::MatchFinder
87 virtual ~MatchCallback();
110 MatchCallback *Action);
112 MatchCallback *Action);
114 MatchCallback *Action);
128 /// \brief For each \c DynTypedMatcher a \c MatchCallback that will be called
130 std::vector<std::pair<const internal::DynTypedMatcher*, MatchCallback*> >
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp30 typedef MatchFinder::MatchCallback MatchCallback; typedef in namespace:clang::ast_matchers::internal::__anon3535
265 MatchCallback*> > *MatcherCallbackPairs)
404 // Implements a BoundNodesTree::Visitor that calls a MatchCallback with
409 MatchFinder::MatchCallback* Callback)
419 MatchFinder::MatchCallback* Callback;
443 MatchCallback*> >::const_iterator
457 MatchCallback*> > *const MatcherCallbackPairs;
563 MatchCallback*> > *MatcherCallbackPairs,
590 MatchFinder::MatchCallback
[all...]

Completed in 72 milliseconds