Lines Matching refs:synthesize
16 @synthesize x; // expected-note {{property synthesized here}}
17 @synthesize y; // expected-note {{property synthesized here}}
18 @synthesize z; // suppressed
33 @synthesize x; // expected-note {{property synthesized here}}
34 @synthesize y; // expected-note {{property synthesized here}}
35 @synthesize z; // suppressed
50 @synthesize x; // expected-note {{property synthesized here}}
51 @synthesize y; // expected-note {{property synthesized here}}
52 @synthesize z; // suppressed
81 @synthesize x;
82 @synthesize y; // expected-note {{property synthesized here}}
83 @synthesize z;
96 @synthesize x;
97 @synthesize y; // expected-note {{property synthesized here}}
98 @synthesize z;
110 @synthesize isAutosaving = _isAutosaving;
125 @synthesize controllerClass = _controllerClass;
126 @synthesize controllerId = _controllerId;