CXTypeKind

\brief Describes the kind of type

Values

ValueMeaning
CXType_Invalid0

\brief Reprents an invalid type (e.g., where no type is available).

CXType_Unexposed1

\brief A type whose specific kind is not exposed via this interface.

CXType_Void2
CXType_Bool3
CXType_Char_U4
CXType_UChar5
CXType_Char166
CXType_Char327
CXType_UShort8
CXType_UInt9
CXType_ULong10
CXType_ULongLong11
CXType_UInt12812
CXType_Char_S13
CXType_SChar14
CXType_WChar15
CXType_Short16
CXType_Int17
CXType_Long18
CXType_LongLong19
CXType_Int12820
CXType_Float21
CXType_Double22
CXType_LongDouble23
CXType_NullPtr24
CXType_Overload25
CXType_Dependent26
CXType_ObjCId27
CXType_ObjCClass28
CXType_ObjCSel29
CXType_FirstBuiltinCXType_Void
CXType_LastBuiltinCXType_ObjCSel
CXType_Complex100
CXType_Pointer101
CXType_BlockPointer102
CXType_LValueReference103
CXType_RValueReference104
CXType_Record105
CXType_Enum106
CXType_Typedef107
CXType_ObjCInterface108
CXType_ObjCObjectPointer109
CXType_FunctionNoProto110
CXType_FunctionProto111
CXType_ConstantArray112
CXType_Vector113

Meta