Home | History | Annotate | Download | only in Sema

Lines Matching full:challenger

4330     FunctionTemplateDecl *Challenger
4332 assert(Challenger && "Not a function template specialization?");
4333 if (isSameTemplate(getMoreSpecializedTemplate(BestTemplate, Challenger,
4335 Challenger)) {
4337 BestTemplate = Challenger;
4345 FunctionTemplateDecl *Challenger
4348 !isSameTemplate(getMoreSpecializedTemplate(BestTemplate, Challenger,