Lines Matching refs:property
26 @property (weak, readonly) Foo *x;
27 @property (weak) Foo *w;
28 @property (weak) Foo *q1, *q2;
29 @property (unsafe_unretained) WeakOptOut *oo;
30 @property (unsafe_unretained) BadClassForWeak bcw;
31 @property (unsafe_unretained) id not_safe1;
32 @property (unsafe_unretained) NSObject *not_safe2;
33 @property (unsafe_unretained) Forw *not_safe3;
34 @property (readonly) Foo *assign_plus1;
35 @property (readonly) Foo *assign_plus2;
36 @property (readonly) Foo *assign_plus3;
38 @property (weak) Foo *no_user_ivar1;
39 @property (weak, readonly) Foo *no_user_ivar2;
41 @property (strong) id def1;
42 @property (atomic,strong) id def2;
43 @property (strong,atomic) id def3;
61 @property (strong,readonly) TestExt *x1;
62 @property (weak, readonly) TestExt *x2;
66 @property (strong,readwrite) TestExt *x1;
67 @property (weak, readwrite) TestExt *x2;
68 @property (strong) TestExt *x3;