Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:P2

1011 template <template <typename T, typename P1, typename P2> class MatcherT,
1012 typename P1, typename P2,
1016 PolymorphicMatcherWithParam2(const P1 &Param1, const P2 &Param2)
1025 return Matcher<T>(new MatcherT<T, P1, P2>(Param1, Param2));
1030 const P2 Param2;