Home | History | Annotate | Download | only in Index

Lines Matching full:property

25  * \brief PropertyMyProto - This is protocol's property.
27 @property (copy) id PropertyMyProto;
35 // CHECK: <Declaration>@optional\n@property(readwrite, copy, atomic) id PropertyMyProto;</Declaration>
72 * \brief PropertyMyClass - This is class's property.
74 @property (copy) id PropertyMyClass;
80 // CHECK: <Declaration>@property(readwrite, copy, atomic) id PropertyMyClass;</Declaration
107 * \brief PropertyMyClassCategory - This is class's private property.
109 @property (copy) id PropertyMyClassCategory;
113 // CHECK: <Declaration>@property(readwrite, copy, atomic) id PropertyMyClassCategory;</Declaration>
156 * \brief property getter
161 * \brief property setter