Home | History | Annotate | Download | only in Sema

Lines Matching refs:Best

2789       SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
2802 for (SmallVector<MatchResult, 4>::iterator P = Best + 1,
2805 if (getMoreSpecializedPartialSpecialization(P->Partial, Best->Partial,
2808 Best = P;
2811 // Determine if the best partial specialization is more specialized than
2816 if (P != Best && getMoreSpecializedPartialSpecialization(
2817 P->Partial, Best->Partial,
2818 PointOfInstantiation) != Best->Partial) {
2825 // Instantiate using the best variable template partial specialization.
2826 InstantiationPattern = Best->Partial;
2827 InstantiationArgs = Best->Args;