This change improves ctags generation for tablegen files.
For the following example
class A; class A { int a; }
Previously, tags were generated only for a forward declaration of class 'A'.
This patch allows generating tags for the forward declarations
and further definition of class 'A'.