|
clang 22.0.0git
|
#include "clang/AST/TemplateName.h"
Public Attributes | |
| unsigned | Kind: 3 |
| unsigned | Index: 14 |
| unsigned | Data: 15 |
| The pack index, or the number of stored templates or template arguments, depending on which subclass we have. | |
Definition at line 61 of file TemplateName.h.
| unsigned clang::UncommonTemplateNameStorage::BitsTag::Data |
The pack index, or the number of stored templates or template arguments, depending on which subclass we have.
Definition at line 70 of file TemplateName.h.
| unsigned clang::UncommonTemplateNameStorage::BitsTag::Index |
Definition at line 66 of file TemplateName.h.
Referenced by clang::UncommonTemplateNameStorage::UncommonTemplateNameStorage().
| unsigned clang::UncommonTemplateNameStorage::BitsTag::Kind |
Definition at line 63 of file TemplateName.h.