================ @@ -144,6 +156,30 @@ class Parser::CodeTokenizer { return result; } + void consumeNumberLiteral(TokenInfo *result) { ---------------- jpienaar wrote: Where is this called? https://github.com/llvm/llvm-project/pull/115670