Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h339 class ASTMatchFinder;
355 virtual bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder,
378 ASTMatchFinder *Finder,
381 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder,
400 ASTMatchFinder * /* Finder */,
478 bool matches(const DynTypedNode &DynNode, ASTMatchFinder *Finder,
485 bool matchesNoKindCheck(const DynTypedNode &DynNode, ASTMatchFinder *Finder,
618 ASTMatchFinder *Finder,
654 bool matches(const QualType &Node, ASTMatchFinder *Finder,
712 class ASTMatchFinder {
[all …]
DASTMatchersMacros.h101 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
112 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
141 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
158 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
190 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
210 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
237 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
251 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
279 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
302 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp53 ASTMatchFinder *Finder,
58 ASTMatchFinder *Finder,
63 ASTMatchFinder *Finder,
68 ASTMatchFinder *Finder,
73 ASTMatchFinder *Finder,
79 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) { in matchesAnyBase()
112 const DynTypedNode &DynNode, ASTMatchFinder *Finder,
121 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches()
136 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches()
157 bool dynMatches(const DynTypedNode &, ASTMatchFinder *, in dynMatches() argument
[all …]
DASTMatchFinder.cpp96 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, in MatchChildASTVisitor()
99 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor()
359 if (Bind != ASTMatchFinder::BK_All) { in match()
391 ASTMatchFinder *const Finder;
397 const ASTMatchFinder::BindKind Bind;
404 public ASTMatchFinder {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp190 const T &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches()
218 const T &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches()
222 ast_matchers::internal::ASTMatchFinder::BK_All); in matches()
/freebsd-12-stable/lib/clang/libclang/
DMakefile146 SRCS_MIN+= ASTMatchers/ASTMatchFinder.cpp