forked from qt-creator/qt-creator
Introduced Name::identifier().
Name::identifier() returns the identifier used to declare the name.
This commit is contained in:
@@ -63,6 +63,8 @@ public:
|
||||
Name();
|
||||
virtual ~Name();
|
||||
|
||||
virtual Identifier *identifier() const = 0;
|
||||
|
||||
bool isNameId() const;
|
||||
bool isTemplateNameId() const;
|
||||
bool isDestructorNameId() const;
|
||||
|
||||
Reference in New Issue
Block a user