================ @@ -108,9 +109,15 @@ class PrototypeParser { } else if (T.consume_back("&")) { ParseType(T); Type += "&"; + } else if (T.consume_front("long long")) { ---------------- phoebewang wrote: Thanks for the information! https://github.com/llvm/llvm-project/pull/120831