HomeSort by relevance Sort by last modified time
    Searched refs:ASTMatchFinder (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 47 /// Finder: an ASTMatchFinder*.
56 virtual bool matches(const Type &Node, ASTMatchFinder *Finder, \
65 const Type &Node, ASTMatchFinder *Finder, \
77 /// Finder: an ASTMatchFinder*.
93 virtual bool matches(const Type &Node, ASTMatchFinder *Finder, \
107 const Type &Node, ASTMatchFinder *Finder, \
120 /// Finder: an ASTMatchFinder*.
138 virtual bool matches(const Type &Node, ASTMatchFinder *Finder, \
155 const Type &Node, ASTMatchFinder *Finder, \
187 virtual bool matches(const NodeType &Node, ASTMatchFinder *Finder,
    [all...]
ASTMatchersInternal.h 161 class ASTMatchFinder;
180 ASTMatchFinder *Finder,
197 ASTMatchFinder * /* Finder */,
214 ASTMatchFinder *Finder,
293 ASTMatchFinder *Finder,
318 ASTMatchFinder *Finder,
341 ASTMatchFinder *Finder,
361 ASTMatchFinder *Finder,
377 bool matches(const T &Node, ASTMatchFinder *Finder,
428 IteratorT End, ASTMatchFinder *Finder
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 1 //===--- ASTMatchFinder.cpp - Structural query framework ------------------===//
15 // AST node. The matcher can recurse via the ASTMatchFinder interface.
19 #include "clang/ASTMatchers/ASTMatchFinder.h"
87 ASTMatchFinder *Finder,
90 ASTMatchFinder::TraversalKind Traversal,
91 ASTMatchFinder::BindKind Bind)
149 ASTMatchFinder::TK_IgnoreImplicitCastsAndParentheses) {
251 if (Bind != ASTMatchFinder::BK_All) {
283 ASTMatchFinder *const Finder;
288 const ASTMatchFinder::TraversalKind Traversal
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 30 typedef ast_matchers::internal::ASTMatchFinder ASTMatchFinder;
33 ASTMatchFinder *Finder,
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 12 #include "clang/ASTMatchers/ASTMatchFinder.h"
    [all...]

Completed in 58 milliseconds