ΒΆbool scanTokens(llvm::StringRef Input)
bool scanTokens(llvm::StringRef Input)
Description
Scans all tokens in input without outputting anything. This is used for benchmarking the tokenizer.
Declared at: llvm/include/llvm/Support/YAMLParser.h:73
Parameters
- llvm::StringRef Input
Returns
true if there was an error, false otherwise.