Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:M4

1325 template<typename M1, typename M2, typename M3, typename M4>
1329 M3, M4> > >
1330 anyOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4) {
1333 template<typename M1, typename M2, typename M3, typename M4, typename M5>
1338 M4, M5> > > >
1339 anyOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4, const M5 &P5) {
1364 template <typename M1, typename M2, typename M3, typename M4>
1369 internal::AllOfMatcher, M3, M4> > >
1370 allOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4) {
1373 template <typename M1, typename M2, typename M3, typename M4, typename M5>
1380 internal::PolymorphicMatcherWithParam2<internal::AllOfMatcher, M4,
1382 allOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4, const M5 &P5) {