Lines Matching defs:FunctionTemplateDecl
1110 IsFunctionTemplate = isa<FunctionTemplateDecl>(TD);
1191 if (isa<TemplateDecl>(FirstDecl) && !isa<FunctionTemplateDecl>(FirstDecl) &&
1293 if (isa<FunctionTemplateDecl>(TD))
3436 static bool isExternC(FunctionTemplateDecl *) { return false; }
3552 if (FunctionTemplateDecl *NewTemplate =
3554 if (checkUsingShadowRedecl<FunctionTemplateDecl>(*this, Shadow,
3557 OldD = Old = cast<FunctionTemplateDecl>(Shadow->getTargetDecl())
9701 FunctionTemplateDecl *FunctionTemplate = nullptr;
9822 FunctionTemplate = FunctionTemplateDecl::Create(Context, DC,
10514 FunctionTemplateDecl *PrevTemplate =
11954 if (FunctionTemplateDecl *OldTemplateDecl =
11955 dyn_cast<FunctionTemplateDecl>(OldDecl)) {
11957 FunctionTemplateDecl *NewTemplateDecl
15424 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D))
15640 if (auto *TD = dyn_cast<FunctionTemplateDecl>(FD))
16152 if (!hasUncompilableErrorOccurred() && !isa<FunctionTemplateDecl>(dcl)) {
18792 auto *FTD = dyn_cast<FunctionTemplateDecl>(Decl);