Added deprecated identifier.

This commit is contained in:
Erik Verbruggen
2010-03-22 10:34:23 +01:00
parent 189ec382ef
commit 58f5b02dc0
2 changed files with 7 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ public:
/// Creates a new Objective-C @property declaration symbol.
ObjCPropertyDeclaration *newObjCPropertyDeclaration(unsigned sourceLocation, const Name *name);
const Identifier *deprecatedId() const;
// Objective-C specific context keywords.
const Identifier *objcGetterId() const;
const Identifier *objcSetterId() const;