LLVM
8.0.1
|
Token - A single YAML token. More...
Public Member Functions | |
Token ()=default | |
Public Attributes | |
enum llvm::yaml::Token::TokenKind | Kind = TK_Error |
StringRef | Range |
A string of length 0 or more whose begin() points to the logical location of the token in the input. More... | |
std::string | Value |
The value of a block scalar node. More... | |
Token - A single YAML token.
Definition at line 127 of file YAMLParser.cpp.
Definition at line 128 of file YAMLParser.cpp.
|
default |
enum llvm::yaml::Token::TokenKind llvm::yaml::Token::Kind = TK_Error |
Referenced by llvm::yaml::Document::Document(), llvm::yaml::dumpTokens(), llvm::yaml::KeyValueNode::getKey(), llvm::yaml::KeyValueNode::getValue(), llvm::yaml::SequenceNode::increment(), is_ns_word_char(), llvm::yaml::Document::parseBlockNode(), llvm::yaml::scanTokens(), and llvm::yaml::Document::skip().
StringRef llvm::yaml::Token::Range |
A string of length 0 or more whose begin() points to the logical location of the token in the input.
Definition at line 156 of file YAMLParser.cpp.
Referenced by llvm::yaml::dumpTokens(), llvm::yaml::ScalarNode::getValue(), is_ns_word_char(), llvm::yaml::Document::parseBlockNode(), and llvm::yaml::Document::skip().
std::string llvm::yaml::Token::Value |
The value of a block scalar node.
Definition at line 159 of file YAMLParser.cpp.
Referenced by llvm::yaml::Document::parseBlockNode().