Home | History | Annotate | Download | only in AST

Lines Matching refs:FunctionTemplateDecl

356   FunctionTemplateDecl *temp = specInfo->getTemplate();
522 } else if (isa<FunctionDecl>(D) || isa<FunctionTemplateDecl>(D)) {
527 if (const FunctionTemplateDecl *FunTmpl
528 = dyn_cast<FunctionTemplateDecl>(D))
1237 if (const FunctionTemplateDecl *FunctionTemplate
1238 = dyn_cast<FunctionTemplateDecl>(this))
1239 if (const FunctionTemplateDecl *OldFunctionTemplate
1240 = dyn_cast<FunctionTemplateDecl>(OldD))
1302 if (isa<FunctionTemplateDecl>(D))
1303 return cast<CXXMethodDecl>(cast<FunctionTemplateDecl>(D)
2096 if (FunctionTemplateDecl *FunTmpl = getDescribedFunctionTemplate()) {
2097 FunctionTemplateDecl *PrevFunTmpl
2402 if (TemplateOrSpecialization.is<FunctionTemplateDecl *>())
2490 if (FunctionTemplateDecl *Primary = getPrimaryTemplate()) {
2506 FunctionTemplateDecl *FunctionDecl::getPrimaryTemplate() const {
2541 FunctionTemplateDecl *Template,
2566 Size += Templates.size() * sizeof(FunctionTemplateDecl*);
2583 FunctionTemplateDecl **TsArray =
2584 const_cast<FunctionTemplateDecl**>(getTemplates());
2586 TsArray[I] = cast<FunctionTemplateDecl>(Ts[I]->getUnderlyingDecl());
2658 if (FunctionTemplateDecl *FunTmpl = getPrimaryTemplate()) {