Searched defs:prop1 (Results 1 – 14 of 14) sorted by relevance
8 @property id prop1; property21 @property int prop1; property28 -(int) prop1 { return 0; } method
9 @property ( ) id prop1; property20 - (id) prop1 { return 0; } method
73 id prop1; field76 @property (assign) id prop1; property95 @property (assign) id prop1; property116 @property (strong, nonnull) id prop1; property
9 @property int prop1; property
6 @property int prop1; property
8 @property int prop1; property
17 @property int prop1; property
59 @property (readonly) id prop1; property65 @property (readwrite) id prop1; property
12 @property (nonatomic, retain) __attribute__((iboutletcollection(I))) id prop1; property27 @property (nonatomic, retain) __attribute__((iboutletcollection(I,2,3))) id prop1; // expected-erro… property
93 @property (readonly) id prop1; // expected-note {{property declared here}} property107 @property (assign,readwrite) id prop1; // expected-warning {{auto property synthesis will not synth… property
17 @property (readonly) id prop1; property
37 @property (nonatomic) const test1::A &prop1; property
675 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) { in findSetter() local