Searched refs:ASTMatchFinder (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 334 class ASTMatchFinder; 350 virtual bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 373 ASTMatchFinder *Finder, 376 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 395 ASTMatchFinder * /* Finder */, 473 bool matches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 480 bool matchesNoKindCheck(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 611 ASTMatchFinder *Finder, 643 bool matches(const QualType &Node, ASTMatchFinder *Finder, 701 class ASTMatchFinder { [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 …]
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 53 ASTMatchFinder *Finder, 58 ASTMatchFinder *Finder, 63 ASTMatchFinder *Finder, 68 ASTMatchFinder *Finder, 73 ASTMatchFinder *Finder, 79 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) { in matchesAnyBase() 112 const DynTypedNode &DynNode, ASTMatchFinder *Finder, 121 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches() 136 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches() 157 bool dynMatches(const DynTypedNode &, ASTMatchFinder *, in dynMatches() argument [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 {
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 32 internal::ASTMatchFinder *Finder, in MatchDescendantVisitor() 34 internal::ASTMatchFinder::BindKind Bind) in MatchDescendantVisitor() 98 if (Bind != internal::ASTMatchFinder::BK_All) in match() 105 internal::ASTMatchFinder *const Finder; 108 const internal::ASTMatchFinder::BindKind Bind; 115 MatchDescendantVisitor Visitor(&DTM, Finder, Builder, ASTMatchFinder::BK_All); in AST_MATCHER_P()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/ASTMatchers/ |
| H A D | BUILD.gn | 10 "ASTMatchFinder.cpp",
|
| /openbsd-src/gnu/usr.bin/clang/libclangASTMatchers/ |
| H A D | Makefile | 12 SRCS= ASTMatchFinder.cpp \
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | LibASTMatchersTutorial.rst | 272 #include "clang/ASTMatchers/ASTMatchFinder.h"
|
| H A D | LibASTImporter.rst | 199 #include "clang/ASTMatchers/ASTMatchFinder.h"
|