Home
last modified time | relevance | path

Searched refs:dynMatches (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp63 bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, in dynMatches() function in clang::ast_matchers::internal::__anon3deb3d3d0111::VariadicMatcher
79 bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, in dynMatches() function in clang::ast_matchers::internal::__anon3deb3d3d0111::IdDynMatcher
82 bool Result = InnerMatcher->dynMatches(DynNode, Finder, Builder); in dynMatches()
102 bool dynMatches(const ast_type_traits::DynTypedNode &, ASTMatchFinder *, in dynMatches() function in clang::ast_matchers::internal::__anon3deb3d3d0111::TrueMatcherImpl
185 Implementation->dynMatches(DynNode, Finder, Builder)) { in matches()
199 if (Implementation->dynMatches(DynNode, Finder, Builder)) { in matchesNoKindCheck()
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchersInternal.h197 virtual bool dynMatches(const ast_type_traits::DynTypedNode &DynNode,
222 bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, in dynMatches() function