Dump all the tokens in this stream to OS.
Declared in <llvm/Support/YAMLParser.h>
bool
dumpTokens(
StringRef Input,
raw_ostream& OS);
true if there was an error, false otherwise.
| Name | Description |
|---|---|
| Input | YAML text to tokenize. |
| OS | Stream that receives the token dump. |