Home | History | Annotate | Download | only in Sema

Lines Matching defs:Matches

1533   bool Matches(unsigned ParmDepth, SourceLocation Loc = SourceLocation()) {
1543 return !Matches(TL.getTypePtr()->getDepth(), TL.getNameLoc());
1547 return !Matches(T->getDepth());
1553 if (Matches(PD->getDepth()))
1561 if (Matches(PD->getDepth(), E->getExprLoc()))
5701 // A template-argument matches a template template-parameter (call it P)
5704 // (call it A) matches the corresponding template parameter in the
7048 // There is no previous declaration that matches. Since member
7161 // this specialization matches.
7822 UnresolvedSet<8> Matches;
7831 Matches.clear();
7833 Matches.addDecl(Method, P.getAccess());
7851 // Keep track of almost-matches.
7859 Matches.addDecl(Specialization, P.getAccess());
7864 Matches.begin(), Matches.end(), FailedCandidates,
7870 if (Result == Matches.end())