enum class TypeSpecifierWidth
Description
Specifies the width of a type, e.g., short, long, or long long.
Declared at: clang/include/clang/Basic/Specifiers.h:44
Enumerators
Name | Value | Comment |
---|---|---|
Unspecified | 0 | |
Short | 1 | |
Long | 2 | |
LongLong | 3 |
Specifies the width of a type, e.g., short, long, or long long.
Declared at: clang/include/clang/Basic/Specifiers.h:44
Name | Value | Comment |
---|---|---|
Unspecified | 0 | |
Short | 1 | |
Long | 2 | |
LongLong | 3 |