HomeSort by: relevance | last modified time | path
    Searched defs:MatchCallback (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 21 // class HandleMatch : public MatchFinder::MatchCallback {
73 /// MatchCallback with a MatchResult containing information about the match.
91 class MatchCallback {
93 virtual ~MatchCallback();
155 MatchCallback *Action);
157 MatchCallback *Action);
159 MatchCallback *Action);
161 MatchCallback *Action);
163 MatchCallback *Action);
165 MatchCallback *Action)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 34 typedef MatchFinder::MatchCallback MatchCallback;
419 for (MatchCallback *MC : Matchers->AllCallbacks) {
429 for (MatchCallback *MC : Matchers->AllCallbacks) {
1029 // Implements a BoundNodesTree::Visitor that calls a MatchCallback with
1034 MatchFinder::MatchCallback* Callback)
1045 MatchFinder::MatchCallback* Callback;
1329 MatchFinder::MatchCallback::~MatchCallback() {}
1338 MatchCallback *Action)
    [all...]

Completed in 16 milliseconds