Searched refs:dynMatches (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 63 bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, in dynMatches() function in clang::ast_matchers::internal::__anoned29a3e60111::VariadicMatcher 79 bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, in dynMatches() function in clang::ast_matchers::internal::__anoned29a3e60111::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::__anoned29a3e60111::TrueMatcherImpl 185 Implementation->dynMatches(DynNode, Finder, Builder)) { in matches() 199 if (Implementation->dynMatches(DynNode, Finder, Builder)) { in matchesNoKindCheck()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 197 virtual bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, 222 bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, in dynMatches() function
|