enum TypeSpecifierType

Description

Specifies the kind of type.

Declared at: clang/include/clang/Basic/Specifiers.h:52

Enumerators

NameValueComment
TST_unspecified0
TST_void1
TST_char2
TST_wchar3
TST_char84
TST_char165
TST_char326
TST_int7
TST_int1288
TST_bitint9
TST_half10
TST_Float1611
TST_Accum12
TST_Fract13
TST_BFloat1614
TST_float15
TST_double16
TST_float12817
TST_ibm12818
TST_bool19
TST_decimal3220
TST_decimal6421
TST_decimal12822
TST_enum23
TST_union24
TST_struct25
TST_class26
TST_interface27
TST_typename28
TST_typeofType29
TST_typeofExpr30
TST_decltype31
TST_underlyingType32
TST_auto33
TST_decltype_auto34
TST_auto_type35
TST_unknown_anytype36
TST_atomic37
TST_image1d_t38
TST_image1d_array_t39
TST_image1d_buffer_t40
TST_image2d_t41
TST_image2d_array_t42
TST_image2d_depth_t43
TST_image2d_array_depth_t44
TST_image2d_msaa_t45
TST_image2d_array_msaa_t46
TST_image2d_msaa_depth_t47
TST_image2d_array_msaa_depth_t48
TST_image3d_t49
TST_error50