enum Type::ScalarTypeKind
Declared at: clang/include/clang/AST/Type.h:2217
Enumerators
Name | Value | Comment |
---|---|---|
STK_CPointer | 0 | |
STK_BlockPointer | 1 | |
STK_ObjCObjectPointer | 2 | |
STK_MemberPointer | 3 | |
STK_Bool | 4 | |
STK_Integral | 5 | |
STK_Floating | 6 | |
STK_IntegralComplex | 7 | |
STK_FloatingComplex | 8 | |
STK_FixedPoint | 9 |