Searched refs:dynMatches (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 64 bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, in dynMatches() function in clang::ast_matchers::internal::__anoned29a3e60111::VariadicMatcher 80 bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, in dynMatches() function in clang::ast_matchers::internal::__anoned29a3e60111::IdDynMatcher 83 bool Result = InnerMatcher->dynMatches(DynNode, Finder, Builder); in dynMatches() 103 bool dynMatches(const ast_type_traits::DynTypedNode &, ASTMatchFinder *, in dynMatches() function in clang::ast_matchers::internal::__anoned29a3e60111::TrueMatcherImpl 186 Implementation->dynMatches(DynNode, Finder, Builder)) { in matches() 200 if (Implementation->dynMatches(DynNode, Finder, Builder)) { in matchesNoKindCheck()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 257 virtual bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, 280 bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, in dynMatches() function
|