enum TagTypeKind
Description
The kind of a tag type.
Declared at: clang/include/clang/AST/Type.h:5443
Enumerators
Name | Value | Comment |
---|---|---|
TTK_Struct | 0 | The "struct" keyword. |
TTK_Interface | 1 | The "__interface" keyword. |
TTK_Union | 2 | The "union" keyword. |
TTK_Class | 3 | The "class" keyword. |
TTK_Enum | 4 | The "enum" keyword. |