Home | History | Annotate | Download | only in Sema

Lines Matching defs:FunTmpl

8511   if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D))
8512 FD = FunTmpl->getTemplatedDecl();
8723 FunctionTemplateDecl *FunTmpl = dyn_cast_or_null<FunctionTemplateDecl>(dcl);
8724 if (FunTmpl)
8725 FD = FunTmpl->getTemplatedDecl();