Home | History | Annotate | Download | only in Sema

Lines Matching defs:FunTmpl

5932     if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Ovl)) {
5947 dyn_cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl());
5969 = DeduceTemplateArguments(FunTmpl, ExplicitTemplateArgs, FT,
6816 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Prev);
6817 if (!FunTmpl)
6823 = DeduceTemplateArguments(FunTmpl,
6892 FunctionTemplateDecl *FunTmpl = Specialization->getPrimaryTemplate();
6893 if (D.getName().getKind() != UnqualifiedId::IK_TemplateId && !FunTmpl &&
6901 FunTmpl? (NamedDecl *)FunTmpl