clang
8.0.0
|
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 (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 189 of file DeclTemplate.h.
|
inline |
Definition at line 197 of file DeclTemplate.h.