Searched refs:ASTMatchFinder (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 339 class ASTMatchFinder; 355 virtual bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 378 ASTMatchFinder *Finder, 381 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 400 ASTMatchFinder * /* Finder */, 478 bool matches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 485 bool matchesNoKindCheck(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 618 ASTMatchFinder *Finder, 654 bool matches(const QualType &Node, ASTMatchFinder *Finder, 712 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/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 | 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 {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/ASTMatchers/ |
| H A D | BUILD.gn | 10 "ASTMatchFinder.cpp",
|
| /netbsd-src/external/apache2/llvm/lib/libclangASTMatchers/ |
| H A D | Makefile | 9 SRCS+= ASTMatchFinder.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | LibASTMatchersTutorial.rst | 269 #include "clang/ASTMatchers/ASTMatchFinder.h"
|
| H A D | LibASTImporter.rst | 199 #include "clang/ASTMatchers/ASTMatchFinder.h"
|