Lines Matching defs:FunTmpl
9078 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Ovl)) {
9098 auto *OldMD = dyn_cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl());
9122 cast<FunctionTemplateDecl>(FunTmpl->getFirstDecl()),
9128 I.getPair(), FunTmpl->getTemplatedDecl(),
9144 I.getPair(), FunTmpl->getTemplatedDecl(),
10383 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Prev);
10384 if (!FunTmpl)
10390 FunTmpl, (HasExplicitTemplateArgs ? &TemplateArgs : nullptr), R,
10395 P.getPair(), FunTmpl->getTemplatedDecl(),
10411 P.getPair(), FunTmpl->getTemplatedDecl(),
10557 FunctionTemplateDecl *FunTmpl = Specialization->getPrimaryTemplate();
10558 if (D.getName().getKind() != UnqualifiedIdKind::IK_TemplateId && !FunTmpl &&
10567 FunTmpl ? (NamedDecl *)FunTmpl