clang 22.0.0git
clang::UncommonTemplateNameStorage::BitsTag Struct Reference

#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.

Detailed Description

Definition at line 61 of file TemplateName.h.

Member Data Documentation

◆ Data

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.

◆ Index

unsigned clang::UncommonTemplateNameStorage::BitsTag::Index

◆ Kind

unsigned clang::UncommonTemplateNameStorage::BitsTag::Kind

Definition at line 63 of file TemplateName.h.


The documentation for this struct was generated from the following file: