Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h335 class ASTMatchFinder;
374 ASTMatchFinder *Finder,
396 ASTMatchFinder * /* Finder */,
612 ASTMatchFinder *Finder,
702 class ASTMatchFinder {
722 virtual ~ASTMatchFinder() = default;
826 ASTMatchFinder *MV;
1110 ASTMatchFinder *Finder,
1116 ASTMatchFinder *Finder,
1124 ASTMatchFinder *Finder,
[all …]
H A 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 …]
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp53 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 DCMakeLists.txt9 ASTMatchFinder.cpp
H A DASTMatchFinder.cpp97 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, in MatchChildASTVisitor()
100 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor()
374 if (Bind != ASTMatchFinder::BK_All) { in match()
406 ASTMatchFinder *const Finder;
412 const ASTMatchFinder::BindKind Bind;
419 public ASTMatchFinder {
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/ASTMatchers/
H A DBUILD.gn10 "ASTMatchFinder.cpp",
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp206 const T &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches()
234 const T &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches()
238 ast_matchers::internal::ASTMatchFinder::BK_All); in matches()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DMatchers.h64 const NamedDecl &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersInternalTest.cpp178 ASTMatchFinder::BK_First); in AST_POLYMORPHIC_MATCHER_P()
/llvm-project-15.0.7/clang/docs/
H A DLibASTMatchersTutorial.rst272 #include "clang/ASTMatchers/ASTMatchFinder.h"
H A DLibASTImporter.rst199 #include "clang/ASTMatchers/ASTMatchFinder.h"