Home | History | Annotate | Download | only in Sema

Lines Matching refs:Best

2164     SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
2177 for (SmallVector<MatchResult, 4>::iterator P = Best + 1,
2180 if (getMoreSpecializedPartialSpecialization(P->Partial, Best->Partial,
2183 Best = P;
2186 // Determine if the best partial specialization is more specialized than
2192 if (P != Best &&
2193 getMoreSpecializedPartialSpecialization(P->Partial, Best->Partial,
2195 != Best->Partial) {
2220 // Instantiate using the best class template partial specialization.
2221 ClassTemplatePartialSpecializationDecl *OrigPartialSpec = Best->Partial;
2232 ClassTemplateSpec->setInstantiationOf(Best->Partial, Best->Args);