struct Token
Declaration
struct Token { /* full declaration omitted */ };
Description
Token - A single YAML token.
Declared at: llvm/lib/Support/YAMLParser.cpp:126
Member Variables
- public enum TokenKind Kind = TK_Error
- public llvm::StringRef Range
- A string of length 0 or more whose begin() points to the logical location of the token in the input.
- public std::string Value
- The value of a block scalar node.
Method Overview
- public Token()
Methods
ΒΆToken()
Token()
Declared at: llvm/lib/Support/YAMLParser.cpp:160