Home | History | Annotate | Download | only in Sema

Lines Matching refs:Matches

1430   bool Matches(unsigned ParmDepth) {
1439 return !Matches(T->getDepth());
1445 if (Matches(PD->getDepth())) return false;
4385 // A template-argument matches a template template-parameter (call it P)
4388 // (call it A) matches the corresponding template parameter in the
5627 // There is no previous declaration that matches. Since member
5730 // this specialization matches.
6289 UnresolvedSet<8> Matches;
6296 Matches.clear();
6298 Matches.addDecl(Method, P.getAccess());
6315 // FIXME: Keep track of almost-matches?
6320 Matches.addDecl(Specialization, P.getAccess());
6325 = getMostSpecialized(MatchesMatches.end(), TPOC_Other, 0,
6331 if (Result == Matches.end())