• Home
  • Raw
  • Download

Lines Matching refs:property

1 // RUN: %clang_cc1 -fsyntax-only -Wobjc-missing-property-synthesis -verify -Wno-objc-root-class %s
11 @property int howMany; // expected-warning {{auto property synthesis is synthesizing property not e…
12 @property (retain) NSString* what; // expected-warning {{auto property synthesis is synthesizing pr…
21 @property (nonatomic) int howMany; // expected-warning {{auto property synthesis is synthesizing
22 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is syn…
41 @property (nonatomic) int howMany; // expected-warning {{auto property synthesis is synthesizing pr…
42 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is synt…
64 @property int howMany;
65 @property (retain) NSString* what;
92 @property(assign,readonly) float relevance;
93 @property(assign,readonly) char isTitleMatch;
119 @property enum A x; // expected-note {{forward declaration of 'enum A'}} expected-note {{property d…
120 @property struct B y; // expected-note {{forward declaration of 'struct B'}} expected-note {{proper…
121 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
123 @implementation rdar11333367 // expected-error {{cannot synthesize property 'y' with incomplete typ…
125 @synthesize x; // expected-error {{cannot synthesize property 'x' with incomplete type 'enum A'}}
130 @property (nonatomic, copy, readonly) NSString *description; // expected-note {{property declared h…
135 @property (nonatomic, copy, readonly) NSString *description; // expected-warning {{auto property sy…