Lines Matching defs:FunctionTemplateDecl
61 class FunctionTemplateDecl;
2026 /// a FunctionTemplateDecl, stored in the NamedDecl. For member functions of
2064 ASTContext &C, FunctionTemplateDecl *Template,
2871 /// Every function template is represented as a FunctionTemplateDecl
2876 /// contents. FunctionTemplateDecl::getTemplatedDecl() retrieves the
2879 /// FunctionTemplateDecl from a FunctionDecl.
2880 FunctionTemplateDecl *getDescribedFunctionTemplate() const;
2882 void setDescribedFunctionTemplate(FunctionTemplateDecl *Template);
2918 FunctionTemplateDecl *getPrimaryTemplate() const;
2957 FunctionTemplateDecl *Template, TemplateArgumentList *TemplateArgs,