Home | History | Annotate | Download | only in Sema

Lines Matching refs:Best

2322     SmallVectorImpl<MatchResult>::iterator Best = Matched.begin();
2335 for (SmallVectorImpl<MatchResult>::iterator P = Best + 1,
2338 if (getMoreSpecializedPartialSpecialization(P->Partial, Best->Partial,
2341 Best = P;
2344 // Determine if the best partial specialization is more specialized than
2350 if (P != Best &&
2351 getMoreSpecializedPartialSpecialization(P->Partial, Best->Partial,
2353 != Best->Partial) {
2378 // Instantiate using the best class template partial specialization.
2379 ClassTemplatePartialSpecializationDecl *OrigPartialSpec = Best->Partial;
2390 ClassTemplateSpec->setInstantiationOf(Best->Partial, Best->Args);