Find generator variables without fake early declarations

Authored by flherne on Aug 27 2017, 2:38 PM.

Description

Find generator variables without fake early declarations

This causes the real point of declaration to be bolded/highlighted.

It also means all declarations have the same range as their NameAst node,
which should allow simplification of some other code (not in this patch).

Differential Revision: https://phabricator.kde.org/D7593

Details