Searched refs:ASTMatchFinder (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| D | ASTMatchersInternal.h | 339 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 …]
|
| D | ASTMatchersMacros.h | 101 ::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/ |
| D | ASTMatchersInternal.cpp | 53 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 …]
|
| D | ASTMatchFinder.cpp | 96 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/ |
| D | RewriteRule.cpp | 190 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/ |
| D | Makefile | 146 SRCS_MIN+= ASTMatchers/ASTMatchFinder.cpp
|