Home | History | Annotate | Download | only in AST

Lines Matching refs:FunTmpl

483   FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D);
484 if (FunTmpl)
485 D = FunTmpl->getTemplatedDecl();
600 if (!FunTmpl) {
731 if (FunTmpl) {
732 if (FunTmpl->getPreviousDecl())
733 data().Conversions.replace(FunTmpl->getPreviousDecl(),
734 FunTmpl);
736 data().Conversions.addDecl(FunTmpl);