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 25 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder,
29 ASTMatchFinder *Finder,
34 ASTMatchFinder *Finder,
39 ASTMatchFinder *Finder,
55 const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder,
65 ASTMatchFinder *Finder,
81 ASTMatchFinder *Finder,
103 bool dynMatches(const ast_type_traits::DynTypedNode &, ASTMatchFinder *,
183 ASTMatchFinder *Finder,
197 const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder
    [all...]
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 241 class ASTMatchFinder;
258 ASTMatchFinder *Finder,
277 ASTMatchFinder *Finder,
281 ASTMatchFinder *Finder,
300 ASTMatchFinder * /* Finder */,
363 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const;
370 ASTMatchFinder *Finder,
507 ASTMatchFinder *Finder,
536 bool matches(const QualType &Node, ASTMatchFinder *Finder,
590 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/
ASTMatchersInternalTest.cpp 12 #include "clang/ASTMatchers/ASTMatchFinder.h"
80 ASTMatchFinder::TK_IgnoreImplicitCastsAndParentheses,
81 ASTMatchFinder::BK_First);
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 22 #include "clang/ASTMatchers/ASTMatchFinder.h"
283 clang::ast_matchers::internal::ASTMatchFinder* finder,
    [all...]

Completed in 900 milliseconds