Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp24 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, in dynMatches()
80 ASTMatchFinder *Finder, in dynMatches()
102 bool dynMatches(const ast_type_traits::DynTypedNode &, ASTMatchFinder *, in dynMatches() argument
182 ASTMatchFinder *Finder, in matches()
196 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 {
643 } else if (MatchMode != ASTMatchFinder::AMM_ParentOnly) { in memoizedMatchesAncestorOfRecursively()
[all …]
DCMakeLists.txt6 ASTMatchFinder.cpp
DAndroid.mk16 ASTMatchFinder.cpp \
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h184 class ASTMatchFinder; variable
201 ASTMatchFinder *Finder,
220 ASTMatchFinder *Finder,
224 ASTMatchFinder *Finder, in dynMatches()
243 ASTMatchFinder * /* Finder */, in matches() argument
306 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const;
313 ASTMatchFinder *Finder,
450 ASTMatchFinder *Finder, in matches()
479 bool matches(const QualType &Node, ASTMatchFinder *Finder, in matches()
533 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/docs/
DLibASTMatchersTutorial.rst271 #include "clang/ASTMatchers/ASTMatchFinder.h"
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp2788 ASTMatchFinder::TK_IgnoreImplicitCastsAndParentheses, in AST_POLYMORPHIC_MATCHER_P()
2789 ASTMatchFinder::BK_First); in AST_POLYMORPHIC_MATCHER_P()