enum Node::NodeKind

Declared at: llvm/include/llvm/Support/YAMLParser.h:117

Enumerators

NameValueComment
NK_Null0
NK_Scalar1
NK_BlockScalar2
NK_KeyValue3
NK_Mapping4
NK_Sequence5
NK_Alias6