llvm::yaml::dumpTokens

Dump all the tokens in this stream to OS.

Synopsis

Declared in <llvm/Support/YAMLParser.h>

bool
dumpTokens(
    StringRef Input,
    raw_ostream& OS);

Return Value

true if there was an error, false otherwise.

Parameters

NameDescription
InputYAML text to tokenize.
OSStream that receives the token dump.