Home | History | Annotate | Download | only in Sema

Lines Matching refs:Best

3969   UnresolvedSetIterator Best = SpecBegin;
3971 = cast<FunctionDecl>(*Best)->getPrimaryTemplate();
3980 Best = I;
3985 // Make sure that the "best" function template is more specialized than all
3991 if (I != Best &&
4002 return Best;