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;
299 MatchCallback*> > *MatcherCallbackPairs)
306 MatchCallback*> >::const_iterator
315 MatchCallback*> >::const_iterator
454 MatchCallback*> >::const_iterator
568 // Implements a BoundNodesTree::Visitor that calls a MatchCallback with
573 MatchFinder::MatchCallback* Callback)
583 MatchFinder::MatchCallback* Callback;
607 MatchCallback*> > *const MatcherCallbackPairs
    [all...]

Completed in 347 milliseconds