================
@@ -115,6 +115,11 @@ inline bool isLiteral(TokenKind K) {
return isInLiteralRange;
}
+/// Return true if this is a wide literal kind.
+inline bool isWideLiteral(TokenKind K) {
----------------
s-barannikov wrote:
Unused function.
https://github.com/llvm/llvm-project/pull/138895