CC @simlay In #1781 I added a fallback path to the usual "grab the argument names" code: https://github.com/rust-lang/rust-bindgen/blob/b1a1ebc918e44f4aa928878dae20fa7be6c87043/src/ir/function.rs#L430 I found a better way to handle the original test-case (#1785), but the objective-c test that #1781 fixed is still not fixed by that. I took a look at the clang ast (with `--emit-clang-ast`) and the arguments don't seem to be exposed there, so this probably needs libclang changes.