Home | History | Annotate | Download | only in Sema

Lines Matching refs:Best

2269     SmallVectorImpl<MatchResult>::iterator Best = Matched.begin();
2282 for (SmallVectorImpl<MatchResult>::iterator P = Best + 1,
2285 if (getMoreSpecializedPartialSpecialization(P->Partial, Best->Partial,
2288 Best = P;
2291 // Determine if the best partial specialization is more specialized than
2297 if (P != Best &&
2298 getMoreSpecializedPartialSpecialization(P->Partial, Best->Partial,
2300 != Best->Partial) {
2325 // Instantiate using the best class template partial specialization.
2326 ClassTemplatePartialSpecializationDecl *OrigPartialSpec = Best->Partial;
2337 ClassTemplateSpec->setInstantiationOf(Best->Partial, Best->Args);