Searched refs:dynMatches (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 120 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches() function in clang::ast_matchers::internal::__anon93d891040211::VariadicMatcher 135 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches() function in clang::ast_matchers::internal::__anon93d891040211::IdDynMatcher 137 bool Result = InnerMatcher->dynMatches(DynNode, Finder, Builder); in dynMatches() 156 bool dynMatches(const DynTypedNode &, ASTMatchFinder *, in dynMatches() function in clang::ast_matchers::internal::__anon93d891040211::TrueMatcherImpl 173 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches() function in clang::ast_matchers::internal::__anon93d891040211::DynTraversalMatcherImpl 175 return this->InnerMatcher->dynMatches(DynNode, Finder, Builder); in dynMatches() 303 Implementation->dynMatches(N, Finder, Builder)) { in matches() 331 if (Implementation->dynMatches(N, Finder, Builder)) { in matchesNoKindCheck()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 349 virtual bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 375 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder,
|