HomeSort by relevance Sort by last modified time
    Searched defs:MatchCallback (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 22 // class HandleMatch : public MatchFinder::MatchCallback {
71 /// MatchCallback with a MatchResult containing information about the match.
89 class MatchCallback {
91 virtual ~MatchCallback();
126 MatchCallback *Action);
128 MatchCallback *Action);
130 MatchCallback *Action);
132 MatchCallback *Action);
134 MatchCallback *Action);
136 MatchCallback *Action)
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 31 typedef MatchFinder::MatchCallback MatchCallback;
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 391 milliseconds