LLVM API Documentation
Token - A single YAML token. More...
Public Member Functions | |
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 |
Additional Inherited Members | |
![]() | |
ilist_node () | |
Token - A single YAML token.
Definition at line 109 of file YAMLParser.cpp.
Definition at line 110 of file YAMLParser.cpp.
|
inline |
Definition at line 139 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 137 of file YAMLParser.cpp.
Referenced by llvm::yaml::dumpTokens(), llvm::yaml::Node::getVerbatimTag(), and llvm::yaml::Document::parseBlockNode().