Searched refs:Prop2 (Results 1 – 6 of 6) sorted by relevance
7 @property (getter = getProp2, setter = setProp2:) int Prop2; property23 @property int Prop2; property29 @synthesize Prop2 = ivar2;
21 @property int Prop2; property28 @synthesize Prop2 = ivar3;
11 @property float Prop2; property20 @synthesize Prop2, Prop1, Prop3 = StoredProp3;33 @property id Prop2; property45 @synthesize Prop2 = Prop2_;62 // CHECK-CC1: ObjCPropertyDecl:{ResultType float}{TypedText Prop2}82 // CHECK-CC5-NEXT: ObjCPropertyDecl:{ResultType float}{TypedText Prop2} (37)
9 // CHECK: property1.m:28:21: warning: property 'Prop2' is synthesized to different ivars in differe…
99 @property (assign) SomeInvalidationImplementingObject* Prop2; property149 - (SomeInvalidationImplementingObject*) Prop2 { method
1123 uint32_t Prop2 = LS2.properties(); in evaluateCMPrr() local1124 return evaluateCMPrp(Cmp, R1, Prop2, Inputs, Result); in evaluateCMPrr()