|
clang
5.0.0
|
#include "clang/AST/TemplateName.h"
Public Attributes | |
| unsigned | Kind: 2 |
| A Kind. More... | |
| unsigned | Size: 30 |
| The number of stored templates or template arguments, depending on which subclass we have. More... | |
Definition at line 50 of file TemplateName.h.
| unsigned clang::UncommonTemplateNameStorage::BitsTag::Kind |
A Kind.
Definition at line 52 of file TemplateName.h.
Referenced by clang::UncommonTemplateNameStorage::getAsOverloadedStorage(), clang::UncommonTemplateNameStorage::getAsSubstTemplateTemplateParm(), clang::UncommonTemplateNameStorage::getAsSubstTemplateTemplateParmPack(), and clang::UncommonTemplateNameStorage::UncommonTemplateNameStorage().
| unsigned clang::UncommonTemplateNameStorage::BitsTag::Size |
The number of stored templates or template arguments, depending on which subclass we have.
Definition at line 56 of file TemplateName.h.
Referenced by clang::UncommonTemplateNameStorage::size(), and clang::UncommonTemplateNameStorage::UncommonTemplateNameStorage().
1.8.6