Searched refs:Matcher2 (Results 1 – 1 of 1) sorted by relevance
6027 internal::Matcher<Expr>, Matcher1, internal::Matcher<Expr>, Matcher2) { in AST_POLYMORPHIC_MATCHER_P2() argument6029 anyOf(allOf(hasLHS(Matcher1), hasRHS(Matcher2)), in AST_POLYMORPHIC_MATCHER_P2()6030 allOf(hasLHS(Matcher2), hasRHS(Matcher1)))) in AST_POLYMORPHIC_MATCHER_P2()