Searched refs:ASTMatchFinder (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 334 class ASTMatchFinder; 373 ASTMatchFinder *Finder, 395 ASTMatchFinder * /* Finder */, 611 ASTMatchFinder *Finder, 701 class ASTMatchFinder { 721 virtual ~ASTMatchFinder() = default; 825 ASTMatchFinder *MV; 1109 ASTMatchFinder *Finder, 1115 ASTMatchFinder *Finder, 1123 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-14.2/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() 367 ASTMatchFinder *Finder, in notUnaryOperator() 388 ASTMatchFinder *Finder, in allOfVariadicOperator() 400 ASTMatchFinder *Finder, in eachOfVariadicOperator() [all …]
|
| H A D | ASTMatchFinder.cpp | 99 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, in MatchChildASTVisitor() 102 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor() 376 if (Bind != ASTMatchFinder::BK_All) { in match() 408 ASTMatchFinder *const Finder; 414 const ASTMatchFinder::BindKind Bind; 421 public ASTMatchFinder {
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 222 const T &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches() 250 const T &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches() 254 ast_matchers::internal::ASTMatchFinder::BK_All); in matches()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 85 internal::ASTMatchFinder *Finder, in MatchDescendantVisitor() 87 internal::ASTMatchFinder::BindKind Bind, in MatchDescendantVisitor() 191 if (Bind != internal::ASTMatchFinder::BK_All) in match() 198 internal::ASTMatchFinder *const Finder; 201 const internal::ASTMatchFinder::BindKind Bind; 218 MatchDescendantVisitor Visitor(&DTM, Finder, Builder, ASTMatchFinder::BK_All, true); in AST_MATCHER_P() 225 MatchDescendantVisitor Visitor(&DTM, Finder, Builder, ASTMatchFinder::BK_All, false); in AST_MATCHER_P()
|
| /freebsd-14.2/lib/clang/libclang/ |
| H A D | Makefile | 155 SRCS_MIN+= ASTMatchers/ASTMatchFinder.cpp
|