Searched defs:DynTypedMatcher (Results 1 – 2 of 2) sorted by relevance
44 TEST(VariantValueTest, DynTypedMatcher) { in TEST() argument
319 DynTypedMatcher(MatcherInterface<T> *Implementation) in DynTypedMatcher() function428 DynTypedMatcher(ast_type_traits::ASTNodeKind SupportedKind, in DynTypedMatcher() function522 operator DynTypedMatcher() const { return Implementation; } in DynTypedMatcher() function549 friend class DynTypedMatcher; variable