Searched refs:ASTMatchFinder (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 335 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 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 …]
|
| /llvm-project-15.0.7/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 | CMakeLists.txt | 9 ASTMatchFinder.cpp
|
| H A D | ASTMatchFinder.cpp | 97 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 D | BUILD.gn | 10 "ASTMatchFinder.cpp",
|
| /llvm-project-15.0.7/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 206 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 D | Matchers.h | 64 const NamedDecl &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersInternalTest.cpp | 178 ASTMatchFinder::BK_First); in AST_POLYMORPHIC_MATCHER_P()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | LibASTMatchersTutorial.rst | 272 #include "clang/ASTMatchers/ASTMatchFinder.h"
|
| H A D | LibASTImporter.rst | 199 #include "clang/ASTMatchers/ASTMatchFinder.h"
|