Home | History | Annotate | Download | only in SemaObjC

Lines Matching full:getter

7   3. the current @implementation contains a hand-written setter XOR getter
12 manually-implemented getter, which may break atomicity.
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 a user defined getter}}
252 SET(Set) // expected-warning {{writable atomic property 'Set' cannot pair a synthesized getter with a user defined setter}}
269 GET(Get_ReadWriteInExt) // expected-warning {{writable atomic property 'Get_ReadWriteInExt' cannot pair a synthesized setter with a user defined getter}}
270 SET(Set_ReadWriteInExt) // expected-warning {{writable atomic property 'Set_ReadWriteInExt' cannot pair a synthesized getter with a user defined setter}}
279 GET(Get_LateSynthesize) // expected-warning {{writable atomic property 'Get_LateSynthesize' cannot pair a synthesized setter with a user defined getter}}
280 SET(Set_LateSynthesize) // expected-warning {{writable atomic property 'Set_LateSynthesize' cannot pair a synthesized getter with a user defined setter}}
297 GET(Get_ReadWriteInExt_LateSynthesize) // expected-warning {{writable atomic property 'Get_ReadWriteInExt_LateSynthesize' cannot pair a synthesized setter with a user defined getter}}
298 SET(Set_ReadWriteInExt_LateSynthesize) // expected-warning {{writable atomic property 'Set_ReadWriteInExt_LateSynthesize' cannot pair a synthesized getter with a user defined setter}}
333 // late synthesize - follows getter/setter implementations
349 // :warning: Atomic property 'x' cannot pair a synthesized setter/getter with a manually implemented setter/getter
362 // :warning: Atomic property 'x' cannot pair a synthesized setter/getter with a manually implemented setter/getter