Home | History | Annotate | Download | only in CodeGenObjC

Lines Matching full:property

6 // Readonly property in interface made readwrite in a category, with @impl
8 // property is looked up and also gets debug info. If the debug info from the interface's
13 @property (readonly) int evolvingpropwithimpl;
17 @property int evolvingpropwithimpl;
24 // Simple property from a class extension:
29 @property int myprop;
32 // generate debug info for the property via the backing ivar.
35 // Readonly property in interface made readwrite in a category:
39 @property (readonly) int evolvingprop;
43 @property int evolvingprop;