Home | History | Annotate | Download | only in AST

Lines Matching refs:FunctionTemplateDecl

380   FunctionTemplateDecl *temp = specInfo->getTemplate();
1441 if (const FunctionTemplateDecl *FunctionTemplate
1442 = dyn_cast<FunctionTemplateDecl>(this))
1443 if (const FunctionTemplateDecl *OldFunctionTemplate
1444 = dyn_cast<FunctionTemplateDecl>(OldD))
2518 if (FunctionTemplateDecl *FunTmpl = getDescribedFunctionTemplate()) {
2519 FunctionTemplateDecl *PrevFunTmpl
2858 if (TemplateOrSpecialization.is<FunctionTemplateDecl *>())
2967 if (FunctionTemplateDecl *Primary = getPrimaryTemplate()) {
2982 FunctionTemplateDecl *FunctionDecl::getPrimaryTemplate() const {
3017 FunctionTemplateDecl *Template,
3042 Size += Templates.size() * sizeof(FunctionTemplateDecl*);
3059 FunctionTemplateDecl **TsArray =
3060 const_cast<FunctionTemplateDecl**>(getTemplates());
3062 TsArray[I] = cast<FunctionTemplateDecl>(Ts[I]->getUnderlyingDecl());
3134 if (FunctionTemplateDecl *FunTmpl = getPrimaryTemplate()) {