HomeSort by relevance Sort by last modified time
    Searched full:matchcallback (Results 1 - 14 of 14) 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...]
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 46 class ConstructorCallback : public MatchFinder::MatchCallback {
59 class InitializerCallback : public MatchFinder::MatchCallback {
73 class TemporaryCallback : public MatchFinder::MatchCallback {
  /external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
RewriteScopedPtrCtorNull.cpp 53 class ConstructorCallback : public MatchFinder::MatchCallback {
66 class InitializerCallback : public MatchFinder::MatchCallback {
79 class TemporaryCallback : public MatchFinder::MatchCallback {
  /external/chromium_org/tools/clang/rewrite_scoped_array/
RewriteScopedArray.cpp 34 class RewriterCallback : public MatchFinder::MatchCallback {
  /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...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c 110 xmlInputMatchCallback matchcallback; member in struct:_xmlInputCallback
127 xmlOutputMatchCallback matchcallback; member in struct:_xmlOutputCallback
518 xmlInputCallbackTable[i].matchcallback = NULL;
546 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = NULL;
570 xmlOutputCallbackTable[i].matchcallback = NULL;
    [all...]
  /external/libxml2/
xmlIO.c 113 xmlInputMatchCallback matchcallback; member in struct:_xmlInputCallback
130 xmlOutputMatchCallback matchcallback; member in struct:_xmlOutputCallback
521 xmlInputCallbackTable[i].matchcallback = NULL;
549 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = NULL;
573 xmlOutputCallbackTable[i].matchcallback = NULL;
    [all...]
  /external/clang/docs/
LibASTMatchersTutorial.rst 260 ``MatchCallback`` and registered with a ``MatchFinder`` object, then run
277 class LoopPrinter : public MatchFinder::MatchCallback {

Completed in 242 milliseconds