Home
last modified time | relevance | path

Searched refs:ASTMatchFinder (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h241 class ASTMatchFinder; variable
258 ASTMatchFinder *Finder,
277 ASTMatchFinder *Finder,
281 ASTMatchFinder *Finder, in dynMatches()
300 ASTMatchFinder * /* Finder */, in matches() argument
363 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const;
370 ASTMatchFinder *Finder,
507 ASTMatchFinder *Finder, in matches()
536 bool matches(const QualType &Node, ASTMatchFinder *Finder, in matches()
590 IteratorT End, ASTMatchFinder *Finder, in matchesFirstInRange()
[all …]
DASTMatchersMacros.h102 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
113 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
142 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
159 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
191 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
211 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
238 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
252 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
280 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
304 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
[all …]
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp25 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, in dynMatches()
81 ASTMatchFinder *Finder, in dynMatches()
103 bool dynMatches(const ast_type_traits::DynTypedNode &, ASTMatchFinder *, in dynMatches() argument
183 ASTMatchFinder *Finder, in matches()
197 const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder, in matchesNoKindCheck()
[all …]
DASTMatchFinder.cpp88 ASTMatchFinder *Finder, in MatchChildASTVisitor()
91 ASTMatchFinder::TraversalKind Traversal, in MatchChildASTVisitor()
92 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor()
150 ASTMatchFinder::TK_IgnoreImplicitCastsAndParentheses) { in TraverseStmt()
249 if (Bind != ASTMatchFinder::BK_All) { in match()
281 ASTMatchFinder *const Finder;
286 const ASTMatchFinder::TraversalKind Traversal;
287 const ASTMatchFinder::BindKind Bind;
294 public ASTMatchFinder {
662 if (MatchMode != ASTMatchFinder::AMM_ParentOnly) { in matchesAncestorOfRecursively()
[all …]
DCMakeLists.txt6 ASTMatchFinder.cpp
/external/clang/unittests/ASTMatchers/
DASTMatchersInternalTest.cpp80 ASTMatchFinder::TK_IgnoreImplicitCastsAndParentheses, in AST_POLYMORPHIC_MATCHER_P()
81 ASTMatchFinder::BK_First); in AST_POLYMORPHIC_MATCHER_P()
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp175 clang::ast_matchers::internal::ASTMatchFinder* finder, in MatchAllOverriddenMethods()
/external/clang/docs/
DLibASTMatchersTutorial.rst271 #include "clang/ASTMatchers/ASTMatchFinder.h"