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

NameValueComment
Unspecified0
Short1
Long2
LongLong3