enum class TypeSpecifierSign
Description
Specifies the signedness of a type, e.g., signed or unsigned.
Declared at: clang/include/clang/Basic/Specifiers.h:47
Enumerators
Name | Value | Comment |
---|---|---|
Unspecified | 0 | |
Signed | 1 | |
Unsigned | 2 |
Specifies the signedness of a type, e.g., signed or unsigned.
Declared at: clang/include/clang/Basic/Specifiers.h:47
Name | Value | Comment |
---|---|---|
Unspecified | 0 | |
Signed | 1 | |
Unsigned | 2 |