Home | History | Annotate | Download | only in ASTMatchers

Lines Matching full:param2

875   PolymorphicMatcherWithParam2(const P1 &Param1, const P2 &Param2)
876 : Param1(Param1), Param2(Param2) {}
884 return Matcher<T>(new MatcherT<T, P1, P2>(Param1, Param2));
889 const P2 Param2;