Searched refs:ASTMatchFinder (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 333 class ASTMatchFinder; 349 virtual bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 372 ASTMatchFinder *Finder, 375 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 394 ASTMatchFinder * /* Finder */, 472 bool matches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 479 bool matchesNoKindCheck(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 610 ASTMatchFinder *Finder, 642 bool matches(const QualType &Node, ASTMatchFinder *Finder, 704 class ASTMatchFinder { [all …]
|
| H A D | ASTMatchersMacros.h | 103 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ 114 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ 143 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ 160 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ 192 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ 212 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ 239 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ 253 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ 281 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ 304 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 52 ASTMatchFinder *Finder, 57 ASTMatchFinder *Finder, 62 ASTMatchFinder *Finder, 67 ASTMatchFinder *Finder, 72 ASTMatchFinder *Finder, 78 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) { in matchesAnyBase() 111 const DynTypedNode &DynNode, ASTMatchFinder *Finder, 120 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches() 135 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches() 156 bool dynMatches(const DynTypedNode &, ASTMatchFinder *, in dynMatches() argument [all …]
|
| H A D | ASTMatchFinder.cpp | 99 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, in MatchChildASTVisitor() 102 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor() 377 if (Bind != ASTMatchFinder::BK_All) { in match() 409 ASTMatchFinder *const Finder; 415 const ASTMatchFinder::BindKind Bind; 422 public ASTMatchFinder {
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 221 const T &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches() 249 const T &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches() 253 ast_matchers::internal::ASTMatchFinder::BK_All); in matches()
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 161 SRCS_MIN+= ASTMatchers/ASTMatchFinder.cpp
|