Searched defs:NewProperty (Results 1 – 4 of 4) sorted by relevance
11 @property (readwrite) char NewProperty; // expected-note 2 {{property declared here}} property17 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}} property22 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}} property
631 PreParserExpression NewProperty(const PreParserExpression& obj, in NewProperty() function
344 ObjCPropertyDecl *NewProperty, in checkAtomicPropertyMismatch()
3075 Property* NewProperty(Expression* obj, Expression* key, int pos) { in NewProperty() function