enum Type::ScalarTypeKind

Declared at: clang/include/clang/AST/Type.h:2217

Enumerators

NameValueComment
STK_CPointer0
STK_BlockPointer1
STK_ObjCObjectPointer2
STK_MemberPointer3
STK_Bool4
STK_Integral5
STK_Floating6
STK_IntegralComplex7
STK_FloatingComplex8
STK_FixedPoint9