Renamed Symbol::identity() to Symbol::unqualifiedName().

This commit is contained in:
Roberto Raggi
2010-08-26 12:23:09 +02:00
parent e3551684ee
commit 988cc958ab
8 changed files with 25 additions and 25 deletions

View File

@@ -276,7 +276,7 @@ public:
/// Returns this Symbol's index.
unsigned index() const;
const Name *identity() const;
const Name *unqualifiedName() const;
bool isGenerated() const;