Home | History | Annotate | Download | only in Sema

Lines Matching refs:Best

4486   UnresolvedSetIterator Best = SpecBegin;
4488 = cast<FunctionDecl>(*Best)->getPrimaryTemplate();
4497 Best = I;
4502 // Make sure that the "best" function template is more specialized than all
4508 if (I != Best &&
4519 return Best;