HomeSort by relevance Sort by last modified time
    Searched refs:MatchCallback (Results 1 - 10 of 10) 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/include/clang/Tooling/
RefactoringCallbacks.h 41 class RefactoringCallback : public ast_matchers::MatchFinder::MatchCallback {
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 35 typedef MatchFinder::MatchCallback MatchCallback;
309 for (MatchCallback *MC : Matchers->AllCallbacks) {
319 for (MatchCallback *MC : Matchers->AllCallbacks) {
684 // Implements a BoundNodesTree::Visitor that calls a MatchCallback with
689 MatchFinder::MatchCallback* Callback)
699 MatchFinder::MatchCallback* Callback;
    [all...]
  /external/clang/unittests/AST/
NamedDeclPrinterTest.cpp 31 class PrintMatch : public MatchFinder::MatchCallback {
StmtPrinterTest.cpp 40 class PrintMatch : public MatchFinder::MatchCallback {
MatchVerifier.h 42 class MatchVerifier : public MatchFinder::MatchCallback {
DeclPrinterTest.cpp 40 class PrintMatch : public MatchFinder::MatchCallback {
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 38 class VerifyMatch : public MatchFinder::MatchCallback {
ASTMatchersTest.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c     [all...]

Completed in 135 milliseconds