In the following examples, "clangd" is unresolved, and the fixer will try to fix
include for clang::clangd; however, clang::clangd::X is usually intended. So
when handling a qualifier that is unresolved, we change the unresolved name and
scopes so that the fixer will fix "clang::clangd::X" in the following example.
namespace clang { clangd::X ~~~~~~ } // or clang::clangd::X ~~~~~~
qualfied -> qualified