Searched defs:prop1 (Results 1 – 13 of 13) sorted by relevance
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
13 @property (nonatomic, retain) __attribute__((iboutletcollection(I))) id prop1; property28 @property (nonatomic, retain) __attribute__((iboutletcollection(I,2,3))) id prop1; // expected-erro… property
10 @property int prop1; property
94 @property (readonly) id prop1; // expected-note {{property declared here}} property108 @property (assign,readwrite) id prop1; // expected-warning {{auto property synthesis will not synth… property
17 @property (readonly) id prop1; property
38 @property (nonatomic) const test1::A &prop1; property
666 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration( in findSetter() local