enum Clang::TypeKind

Defined in:

type_kind.cr

Enum Members

Invalid = 0
Unexposed = 1
Void = 2
Bool = 3
Char_U = 4
UChar = 5
Char16 = 6
Char32 = 7
UShort = 8
UInt = 9
ULong = 10
ULongLong = 11
UInt128 = 12
Char_S = 13
SChar = 14
WChar = 15
Short = 16
Int = 17
Long = 18
LongLong = 19
Int128 = 20
Float = 21
Double = 22
LongDouble = 23
NullPtr = 24
Overload = 25
Dependent = 26
ObjCId = 27
ObjCClass = 28
ObjCSel = 29
Float128 = 30
FirstBuiltin = 2
LastBuiltin = 29
Complex = 100
Pointer = 101
BlockPointer = 102
LValueReference = 103
RValueReference = 104
Record = 105
Enum = 106
Typedef = 107
ObjCInterface = 108
ObjCObjectPointer = 109
FunctionNoProto = 110
FunctionProto = 111
ConstantArray = 112
Vector = 113
IncompleteArray = 114
VariableArray = 115
DependentSizedArray = 116
MemberPointer = 117
Auto = 118
Elaborated = 119

Instance Method Summary

Instance Method Detail

def auto? #

[View source]
def block_pointer? #

[View source]
def bool? #

[View source]
def char16? #

[View source]
def char32? #

[View source]
def char_s? #

[View source]
def char_u? #

[View source]
def complex? #

[View source]
def constant_array? #

[View source]
def dependent? #

[View source]
def dependent_sized_array? #

[View source]
def double? #

[View source]
def elaborated? #

[View source]
def enum? #

[View source]
def first_builtin? #

[View source]
def float128? #

[View source]
def float? #

[View source]
def function_no_proto? #

[View source]
def function_proto? #

[View source]
def incomplete_array? #

[View source]
def int128? #

[View source]
def int? #

[View source]
def invalid? #

[View source]
def l_value_reference? #

[View source]
def last_builtin? #

[View source]
def long? #

[View source]
def long_double? #

[View source]
def long_long? #

[View source]
def member_pointer? #

[View source]
def null_ptr? #

[View source]
def obj_c_class? #

[View source]
def obj_c_id? #

[View source]
def obj_c_interface? #

[View source]
def obj_c_object_pointer? #

[View source]
def obj_c_sel? #

[View source]
def overload? #

[View source]
def pointer? #

[View source]
def r_value_reference? #

[View source]
def record? #

[View source]
def s_char? #

[View source]
def short? #

[View source]
def spelling #

[View source]
def typedef? #

[View source]
def u_char? #

[View source]
def u_int128? #

[View source]
def u_int? #

[View source]
def u_long? #

[View source]
def u_long_long? #

[View source]
def u_short? #

[View source]
def unexposed? #

[View source]
def variable_array? #

[View source]
def vector? #

[View source]
def void? #

[View source]
def w_char? #

[View source]