Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h334 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 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 …]
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp53 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 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 {
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp32 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 DBUILD.gn10 "ASTMatchFinder.cpp",
/openbsd-src/gnu/usr.bin/clang/libclangASTMatchers/
H A DMakefile12 SRCS= ASTMatchFinder.cpp \
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp222 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 DLibASTMatchersTutorial.rst272 #include "clang/ASTMatchers/ASTMatchFinder.h"
H A DLibASTImporter.rst199 #include "clang/ASTMatchers/ASTMatchFinder.h"