enum Token::TokenKind
Declared at: llvm/lib/Support/YAMLParser.cpp:127
Enumerators
Name | Value | Comment |
---|---|---|
TK_Error | 0 | |
TK_StreamStart | 1 | |
TK_StreamEnd | 2 | |
TK_VersionDirective | 3 | |
TK_TagDirective | 4 | |
TK_DocumentStart | 5 | |
TK_DocumentEnd | 6 | |
TK_BlockEntry | 7 | |
TK_BlockEnd | 8 | |
TK_BlockSequenceStart | 9 | |
TK_BlockMappingStart | 10 | |
TK_FlowEntry | 11 | |
TK_FlowSequenceStart | 12 | |
TK_FlowSequenceEnd | 13 | |
TK_FlowMappingStart | 14 | |
TK_FlowMappingEnd | 15 | |
TK_Key | 16 | |
TK_Value | 17 | |
TK_Scalar | 18 | |
TK_BlockScalar | 19 | |
TK_Alias | 20 | |
TK_Anchor | 21 | |
TK_Tag | 22 |