clang API Documentation
Stores a list of template parameters for a TemplateDecl and its derived classes. Suitable for creating on the stack. More...
#include <DeclTemplate.h>


Public Member Functions | |
| FixedSizeTemplateParameterList (SourceLocation TemplateLoc, SourceLocation LAngleLoc, NamedDecl **Params, SourceLocation RAngleLoc) | |
Stores a list of template parameters for a TemplateDecl and its derived classes. Suitable for creating on the stack.
Definition at line 138 of file DeclTemplate.h.
| clang::FixedSizeTemplateParameterList< N >::FixedSizeTemplateParameterList | ( | SourceLocation | TemplateLoc, |
| SourceLocation | LAngleLoc, | ||
| NamedDecl ** | Params, | ||
| SourceLocation | RAngleLoc | ||
| ) | [inline] |
Definition at line 142 of file DeclTemplate.h.