Home | History | Annotate | Download | only in AST

Lines Matching defs:FunTmpl

417   FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D);
418 if (FunTmpl)
419 D = FunTmpl->getTemplatedDecl();
489 if (!FunTmpl) {
549 } else if (FunTmpl) {
550 if (FunTmpl->getPreviousDecl())
551 data().Conversions.replace(FunTmpl->getPreviousDecl(),
552 FunTmpl);
554 data().Conversions.addDecl(getASTContext(), FunTmpl);