Searched refs:dynMatches (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 121 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches() function in clang::ast_matchers::internal::__anon825a68340211::VariadicMatcher 136 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches() function in clang::ast_matchers::internal::__anon825a68340211::IdDynMatcher 138 bool Result = InnerMatcher->dynMatches(DynNode, Finder, Builder); in dynMatches() 157 bool dynMatches(const DynTypedNode &, ASTMatchFinder *, in dynMatches() function in clang::ast_matchers::internal::__anon825a68340211::TrueMatcherImpl 174 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches() function in clang::ast_matchers::internal::__anon825a68340211::DynTraversalMatcherImpl 176 return this->InnerMatcher->dynMatches(DynNode, Finder, Builder); in dynMatches() 304 Implementation->dynMatches(N, Finder, Builder)) { in matches() 332 if (Implementation->dynMatches(N, Finder, Builder)) { in matchesNoKindCheck()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 351 virtual bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 377 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder,
|