[clang] ast-text-dump: fix printing of declref to decomposition with no bindings (#199215)
Clang supports empty structured binding groups as an extension, and the
text node dumper has some special handling for giving a name to
anonymous declarations, which assumed a decomposition would have at
least one binding.
Fixes #198842