HomeSort by relevance Sort by last modified time
    Searched refs:MatchCallback (Results 1 - 8 of 8) 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();
121 MatchCallback *Action);
123 MatchCallback *Action);
125 MatchCallback *Action);
127 MatchCallback *Action);
129 MatchCallback *Action);
131 MatchCallback *Action)
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 31 typedef MatchFinder::MatchCallback MatchCallback;
267 MatchCallback*> > *MatcherCallbackPairs)
274 MatchCallback*> >::const_iterator
400 MatchCallback*> >::const_iterator
504 // Implements a BoundNodesTree::Visitor that calls a MatchCallback with
509 MatchFinder::MatchCallback* Callback)
519 MatchFinder::MatchCallback* Callback;
539 MatchCallback*> > *const MatcherCallbackPairs;
669 MatchCallback*> > *MatcherCallbackPairs
    [all...]
  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 41 class RefactoringCallback : public ast_matchers::MatchFinder::MatchCallback {
  /external/clang/unittests/AST/
StmtPrinterTest.cpp 39 class PrintMatch : public MatchFinder::MatchCallback {
MatchVerifier.h 32 class MatchVerifier : public MatchFinder::MatchCallback {
DeclPrinterTest.cpp 40 class PrintMatch : public MatchFinder::MatchCallback {
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 34 class VerifyMatch : public MatchFinder::MatchCallback {
ASTMatchersTest.cpp     [all...]

Completed in 52 milliseconds