Home
last modified time | relevance | path

Searched refs:Prop2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/ASTMerge/property/Inputs/
H A Dproperty2.m7 @property (getter = getProp2, setter = setProp2:) int Prop2; property
23 @property int Prop2; property
29 @synthesize Prop2 = ivar2;
H A Dproperty1.m21 @property int Prop2; property
28 @synthesize Prop2 = ivar3;
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-properties.m11 @property float Prop2; property
20 @synthesize Prop2, Prop1, Prop3 = StoredProp3;
33 @property id Prop2; property
45 @synthesize Prop2 = Prop2_;
62 // CHECK-CC1: ObjCPropertyDecl:{ResultType float}{TypedText Prop2}
82 // CHECK-CC5-NEXT: ObjCPropertyDecl:{ResultType float}{TypedText Prop2} (37)
/llvm-project-15.0.7/clang/test/ASTMerge/property/
H A Dtest.m9 // CHECK: property1.m:28:21: warning: property 'Prop2' is synthesized to different ivars in differe…
/llvm-project-15.0.7/clang/test/Analysis/
H A Dobjc_invalidation.m99 @property (assign) SomeInvalidationImplementingObject* Prop2; property
149 - (SomeInvalidationImplementingObject*) Prop2 { method
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1123 uint32_t Prop2 = LS2.properties(); in evaluateCMPrr() local
1124 return evaluateCMPrp(Cmp, R1, Prop2, Inputs, Result); in evaluateCMPrr()