Home
last modified time | relevance | path

Searched defs:prop2 (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/Sema/
H A Ddeterministic-diagnostics-order.m9 @property id prop2; property
22 @property int prop2; property
29 -(int) prop2 { return 0; } method
/llvm-project/clang/test/FixIt/
H A Datomic-property.m13 @property (copy, readwrite) id prop2; property
21 - (id) prop2 { return 0; } method
/llvm-project/clang/test/SemaObjC/
H A Diboutletcollection-attr.m13 @property (nonatomic, retain) __attribute__((iboutletcollection(id))) id prop2; property
28 @property (nonatomic, retain) __attribute__((iboutletcollection(B))) id prop2; // expected-error {{… property
H A Ddefault-synthesize-3.m94 @property (readonly) id prop2; // expected-note {{property declared here}} property
102 @property (readwrite) id prop2; property
108 @property (assign,readwrite) id prop2; // expected-warning {{auto property synthesis will not synth… property
/llvm-project/clang/test/Index/
H A Dget-cursor.m74 id prop2; field
77 @property (assign) id prop2; property
117 @property (strong, nullable) id prop2; property
H A Dcomplete-synthesized.m12 @property float prop2; property
H A Doverrides.m60 @property (readonly) id prop2; property
/llvm-project/clang/test/PCH/
H A Dchain-categories2.m41 @property (copy) id prop2; property
/llvm-project/clang/test/CodeGenObjC/
H A Dinterface-layout-64.m67 @property char prop2; property