Home | History | Annotate | Download | only in AST

Lines Matching defs:TemplateDecl

31 class TemplateDecl;
47 /// \brief Stores a list of template parameters for a TemplateDecl and its
143 /// \brief Stores a list of template parameters for a TemplateDecl and its
328 /// The TemplateDecl class stores the list of template parameters and a
330 class TemplateDecl : public NamedDecl {
334 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name)
340 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
346 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
629 class RedeclarableTemplateDecl : public TemplateDecl,
716 : TemplateDecl(DK, DC, L, Name, Params, Decl), redeclarable_base(C),
1325 /// A template template parameter is a TemplateDecl because it defines the
1328 : public TemplateDecl,
1353 : TemplateDecl(TemplateTemplateParm, DC, L, Id, Params),
1490 class BuiltinTemplateDecl : public TemplateDecl {