Lines Matching refs:setter
7 3. the current @implementation contains a hand-written setter XOR getter
11 warning: Atomic property 'x' has a synthesized setter and a
14 manually-implemented setter, which may break atomicity.
111 // expected-note {{setter and getter must both be synthesized}}
113 // expected-note {{setter and getter must both be synthesized}}
133 … // expected-note {{setter and getter must both be synthesized}}
135 … // expected-note {{setter and getter must both be synthesized}}
146 … // expected-note {{setter and getter must both be synthesized}}
148 … // expected-note {{setter and getter must both be synthesized}}
166 … // expected-note {{setter and getter must both be synthesized}}
168 … // expected-note {{setter and getter must both be synthesized}}
251 GET(Get) // expected-warning {{writable atomic property 'Get' cannot pair a synthesized setter with…
252 …ning {{writable atomic property 'Set' cannot pair a synthesized getter with a user defined setter}}
269 …{writable atomic property 'Get_ReadWriteInExt' cannot pair a synthesized setter with a user define…
270 … atomic property 'Set_ReadWriteInExt' cannot pair a synthesized getter with a user defined setter}}
279 …{writable atomic property 'Get_LateSynthesize' cannot pair a synthesized setter with a user define…
280 … atomic property 'Set_LateSynthesize' cannot pair a synthesized getter with a user defined setter}}
297 …c property 'Get_ReadWriteInExt_LateSynthesize' cannot pair a synthesized setter with a user define…
298 …y 'Set_ReadWriteInExt_LateSynthesize' cannot pair a synthesized getter with a user defined setter}}
333 // late synthesize - follows getter/setter implementations
349 …ning: Atomic property 'x' cannot pair a synthesized setter/getter with a manually implemented sett…
362 …ning: Atomic property 'x' cannot pair a synthesized setter/getter with a manually implemented sett…