Home | History | Annotate | Download | only in SemaObjCXX

Lines Matching full:property

31   auto y = a.y; // expected-error {{no getter method for read from property}}
63 @property int count;
97 @property int *explicit_property;
98 @property int bad_explicit_property;
99 @property Test7PointerMaker explicit_struct_property;
110 // Make sure the returned value from property assignment is void,
123 @property(assign, nonatomic) NonTrivial1 p1;
124 @property(assign, nonatomic) NonTrivial2 p2;
140 @property test9::CString name;
153 @property test10::A a;
154 @property test10::B b;
155 @property int index;
170 @property (readonly, nonatomic) PropertyOfItself x; // expected-error {{interface type cannot be statically allocated}}
194 @property CGRect frame;