Lines Matching full:instance

4 // ## Instance variables only in interface.
12 int last; // expected-note {{next instance variable declaration is here}}
16 // ## Instance variables in implementation.
20 …e sized type 'char[]' is not visible to subclasses and can conflict with their instance variables}}
28 …e sized type 'char[]' is not visible to subclasses and can conflict with their instance variables}}
29 int last; // expected-note {{next instance variable declaration is here}}
35 …e sized type 'char[]' is not visible to subclasses and can conflict with their instance variables}}
36 int last; // expected-note {{next instance variable declaration is here}}
45 int last; // expected-note {{next instance variable declaration is here}}
49 // ## Non-instance variables in implementation.
58 // ## Instance variables in class extension.
62 …e sized type 'char[]' is not visible to subclasses and can conflict with their instance variables}}
70 …e sized type 'char[]' is not visible to subclasses and can conflict with their instance variables}}
71 int last; // expected-note {{next instance variable declaration is here}}
80 int last; // expected-note {{next instance variable declaration is here}}
87 int last; // expected-note {{next instance variable declaration is here}}
95 …e sized type 'char[]' is not visible to subclasses and can conflict with their instance variables}}
103 …e sized type 'char[]' is not visible to subclasses and can conflict with their instance variables}}
107 int last; // expected-note {{next instance variable declaration is here}}
111 // ## Instance variables in named categories.
115 char flexible[]; // expected-error {{instance variables may not be placed in categories}}
119 // ## Synthesized instance variable.
126 // ## Synthesize other instance variables.
153 @synthesize count = _elementsCount; // expected-note {{next synthesized instance variable is here}}
159 @property int count; // expected-note {{next synthesized instance variable is here}}
173 // ## Instance variables only in interface.
181 int last; // expected-note {{next instance variable declaration is here}}
185 // ## Instance variables in implementation.
189 … type 'struct Packet' is not visible to subclasses and can conflict with their instance variables}}
197 … type 'struct Packet' is not visible to subclasses and can conflict with their instance variables}}
198 int last; // expected-note {{next instance variable declaration is here}}
207 int last; // expected-note {{next instance variable declaration is here}}
211 // ## Synthesized instance variable.
214 …nthesized property with variable size type 'struct Packet' requires an existing instance variable}}
220 …nthesized property with variable size type 'struct Packet' requires an existing instance variable}}
247 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia…
254 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia…
261 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia…
269 @synthesize count; // expected-warning {{field 'count' can overwrite instance variable 'flexible' w…
273 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia…
286 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia…