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

  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 24 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder,
28 ASTMatchFinder *Finder,
33 ASTMatchFinder *Finder,
38 ASTMatchFinder *Finder,
54 const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder,
64 ASTMatchFinder *Finder,
80 ASTMatchFinder *Finder,
102 bool dynMatches(const ast_type_traits::DynTypedNode &, ASTMatchFinder *,
182 ASTMatchFinder *Finder,
196 const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder
    [all...]
Android.mk 16 ASTMatchFinder.cpp \
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"
88 ASTMatchFinder *Finder,
91 ASTMatchFinder::TraversalKind Traversal,
92 ASTMatchFinder::BindKind Bind)
150 ASTMatchFinder::TK_IgnoreImplicitCastsAndParentheses) {
249 if (Bind != ASTMatchFinder::BK_All) {
281 ASTMatchFinder *const Finder;
286 const ASTMatchFinder::TraversalKind Traversal
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 184 class ASTMatchFinder;
201 ASTMatchFinder *Finder,
220 ASTMatchFinder *Finder,
224 ASTMatchFinder *Finder,
243 ASTMatchFinder * /* Finder */,
306 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const;
313 ASTMatchFinder *Finder,
450 ASTMatchFinder *Finder,
479 bool matches(const QualType &Node, ASTMatchFinder *Finder,
533 IteratorT End, ASTMatchFinder *Finder
    [all...]
ASTMatchersMacros.h 91 /// Finder: an ASTMatchFinder*.
102 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
113 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
125 /// Finder: an ASTMatchFinder*.
142 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
159 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
172 /// Finder: an ASTMatchFinder*.
191 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
211 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
238 ::clang::ast_matchers::internal::ASTMatchFinder *Finder,
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 12 #include "clang/ASTMatchers/ASTMatchFinder.h"
    [all...]

Completed in 266 milliseconds