Home | History | Annotate | Download | only in Sema

Lines Matching refs:FunTmpl

5784     if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Ovl)) {
5801 = DeduceTemplateArguments(FunTmpl, ExplicitTemplateArgs,
6654 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Prev);
6655 if (!FunTmpl)
6661 = DeduceTemplateArguments(FunTmpl,
6730 FunctionTemplateDecl *FunTmpl = Specialization->getPrimaryTemplate();
6731 if (D.getName().getKind() != UnqualifiedId::IK_TemplateId && !FunTmpl &&
6739 FunTmpl? (NamedDecl *)FunTmpl