C++: Add QtPropertyDeclaration symbol.

Reviewed-by: Roberto Raggi
This commit is contained in:
Christian Kamm
2010-12-06 12:16:45 +01:00
parent 633c254986
commit 0edd253b61
9 changed files with 154 additions and 12 deletions

View File

@@ -158,6 +158,9 @@ public:
/// Creates a new ForwardClassDeclaration symbol.
ForwardClassDeclaration *newForwardClassDeclaration(unsigned sourceLocation, const Name *name = 0);
/// Creates a new QtPropertyDeclaration symbol.
QtPropertyDeclaration *newQtPropertyDeclaration(unsigned sourceLocation, const Name *name = 0);
ObjCBaseClass *newObjCBaseClass(unsigned sourceLocation, const Name *name);
ObjCBaseProtocol *newObjCBaseProtocol(unsigned sourceLocation, const Name *name);