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

  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 22 // class HandleMatch : public MatchFinder::MatchCallback {
74 /// MatchCallback with a MatchResult containing information about the match.
92 class MatchCallback {
94 virtual ~MatchCallback();
150 MatchCallback *Action);
152 MatchCallback *Action);
154 MatchCallback *Action);
156 MatchCallback *Action);
158 MatchCallback *Action);
160 MatchCallback *Action)
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 35 typedef MatchFinder::MatchCallback MatchCallback;
309 for (MatchCallback *MC : Matchers->AllCallbacks) {
319 for (MatchCallback *MC : Matchers->AllCallbacks) {
695 // Implements a BoundNodesTree::Visitor that calls a MatchCallback with
700 MatchFinder::MatchCallback* Callback)
710 MatchFinder::MatchCallback* Callback;
893 MatchFinder::MatchCallback::~MatchCallback() {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c     [all...]

Completed in 679 milliseconds