|
LLVM
3.7.0
|
Token - A single YAML token. More...
Public Member Functions | |
| Token () | |
Public Member Functions inherited from llvm::ilist_node< Token > | |
| Token * | getPrevNode () |
| Get the previous node, or 0 for the list head. More... | |
| const Token * | getPrevNode () const |
| Get the previous node, or 0 for the list head. More... | |
| Token * | getNextNode () |
| Get the next node, or 0 for the list tail. More... | |
| const Token * | getNextNode () const |
| Get the next node, or 0 for the list tail. More... | |
Public Attributes | |
| enum llvm::yaml::Token::TokenKind | Kind |
| 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... | |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::ilist_node< Token > | |
| ilist_node () | |
Token - A single YAML token.
Definition at line 111 of file YAMLParser.cpp.
Definition at line 112 of file YAMLParser.cpp.
|
inline |
Definition at line 145 of file YAMLParser.cpp.
| enum llvm::yaml::Token::TokenKind llvm::yaml::Token::Kind |
Referenced by llvm::yaml::Document::Document(), llvm::yaml::dumpTokens(), llvm::yaml::KeyValueNode::getKey(), llvm::yaml::KeyValueNode::getValue(), llvm::yaml::Node::getVerbatimTag(), llvm::yaml::SequenceNode::increment(), 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 140 of file YAMLParser.cpp.
Referenced by llvm::yaml::dumpTokens(), llvm::yaml::Node::getVerbatimTag(), and llvm::yaml::Document::parseBlockNode().
| std::string llvm::yaml::Token::Value |
The value of a block scalar node.
Definition at line 143 of file YAMLParser.cpp.
Referenced by llvm::yaml::Document::parseBlockNode().
1.8.6