Lines Matching refs:synthesized
11 warning: Atomic property 'x' has a synthesized setter and a
13 warning: Atomic property 'x' has a synthesized getter and a
111 // expected-note {{setter and getter must both be synthesized}}
113 // expected-note {{setter and getter must both be synthesized}}
144 … // expected-note {{setter and getter must both be synthesized}}
146 … // expected-note {{setter and getter must both be synthesized}}
207 … // expected-note {{setter and getter must both be synthesized}}
209 … // expected-note {{setter and getter must both be synthesized}}
218 … // expected-note {{setter and getter must both be synthesized}}
220 … // 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 SET(Set) // expected-warning {{writable atomic property 'Set' cannot pair a synthesized getter with…
269 …-warning {{writable atomic property 'Get_ReadWriteInExt' cannot pair a synthesized setter with a u…
270 …-warning {{writable atomic property 'Set_ReadWriteInExt' cannot pair a synthesized getter with a u…
279 …-warning {{writable atomic property 'Get_LateSynthesize' cannot pair a synthesized setter with a u…
280 …-warning {{writable atomic property 'Set_LateSynthesize' cannot pair a synthesized getter with a u…
297 …able atomic property 'Get_ReadWriteInExt_LateSynthesize' cannot pair a synthesized setter with a u…
298 …able atomic property 'Set_ReadWriteInExt_LateSynthesize' cannot pair a synthesized getter with a u…
349 // :warning: Atomic property 'x' cannot pair a synthesized setter/getter with a manually implemente…
362 // :warning: Atomic property 'x' cannot pair a synthesized setter/getter with a manually implemente…