struct Token

Declaration

struct Token { /* full declaration omitted */ };

Description

Token - A single YAML token.

Declared at: llvm/lib/Support/YAMLParser.cpp:125

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

Methods

ΒΆToken()

Declared at: llvm/lib/Support/YAMLParser.cpp:159