Searched refs:ASTMatchFinder (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 339 class ASTMatchFinder; 378 ASTMatchFinder *Finder, 400 ASTMatchFinder * /* Finder */, 618 ASTMatchFinder *Finder, 712 class ASTMatchFinder { 732 virtual ~ASTMatchFinder() = default; 833 ASTMatchFinder *MV; 1113 ASTMatchFinder *Finder, 1119 ASTMatchFinder *Finder, 1127 ASTMatchFinder *Finder, [all …]
|
| H A 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-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 53 ASTMatchFinder *Finder, 58 ASTMatchFinder *Finder, 63 ASTMatchFinder *Finder, 68 ASTMatchFinder *Finder, 112 const DynTypedNode &DynNode, ASTMatchFinder *Finder, 157 bool dynMatches(const DynTypedNode &, ASTMatchFinder *, in dynMatches() argument 287 ASTMatchFinder *Finder, in matches() 366 ASTMatchFinder *Finder, in notUnaryOperator() 387 ASTMatchFinder *Finder, in allOfVariadicOperator() 399 ASTMatchFinder *Finder, in eachOfVariadicOperator() [all …]
|
| H A 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-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A 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-13.1/lib/clang/libclang/ |
| H A D | Makefile | 146 SRCS_MIN+= ASTMatchers/ASTMatchFinder.cpp
|