clang 20.0.0git
|
Stores a list of template parameters and the associated requires-clause (if any) for a TemplateDecl and its derived classes. More...
#include "clang/AST/DeclTemplate.h"
Public Member Functions | |
FixedSizeTemplateParameterListStorage (const ASTContext &C, SourceLocation TemplateLoc, SourceLocation LAngleLoc, ArrayRef< NamedDecl * > Params, SourceLocation RAngleLoc, Expr *RequiresClause) | |
Stores a list of template parameters and the associated requires-clause (if any) for a TemplateDecl and its derived classes.
Suitable for creating on the stack.
Definition at line 221 of file DeclTemplate.h.
|
inline |
Definition at line 229 of file DeclTemplate.h.