Lines Matching refs:Matches
1510 bool Matches(unsigned ParmDepth) {
1519 return !Matches(T->getDepth());
1525 if (Matches(PD->getDepth())) return false;
2344 // matches the expected type.
5288 // A template-argument matches a template template-parameter (call it P)
5291 // (call it A) matches the corresponding template parameter in the
6586 // There is no previous declaration that matches. Since member
6699 // this specialization matches.
7324 UnresolvedSet<8> Matches;
7332 Matches.clear();
7334 Matches.addDecl(Method, P.getAccess());
7351 // Keep track of almost-matches.
7359 Matches.addDecl(Specialization, P.getAccess());
7364 Matches.begin(), Matches.end(), FailedCandidates, TPOC_Other, 0,
7370 if (Result == Matches.end())