Use openDeclaration(Identifier) in CMake plugin.
As discussed on the mailing list, AbstractDeclarationBuilder's
openDeclaration(QualifiedIdentifier) makes little sense semantically.
An overload taking Identifier was added, with the intention of removing
the QID overload in the future.
Use the new overload taking Identifier in the CMake declaration builder.