Home
last modified time | relevance | path

Searched defs:readwrite (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dduplicate-property-class-extension.m10 @property (readwrite) char foo; // expected-note 2 {{property declared here}} category
16 @property (readwrite) char foo; // expected-error {{property has a previous declaration}} category
H A Dcontinuation-class-property.m18 @property (readwrite, copy) id foos; category
22 @property (readwrite, copy) id foos; category
41 @property (readwrite) NSString *foo; // expected-error {{type of property 'NSString *' in class ext… category
H A Dsynthesize-setter-contclass.m13 @property (readwrite) int itIsOrItAint; category
H A Diboutlet.m34 @property( readwrite ) __attribute__((iboutlet)) UILabel *autoReadOnlyReadWrite; category
H A Dproperty-in-class-extension.m32 @property (readwrite, assign) NSObject *bar; category
H A Dproperty-category-1.m17 @property(readwrite) int object; category
H A Dcontinuation-class-err.m14 @property(readwrite, copy) id object; // Ok. declaring memory model in class extension - primary ha… category
H A Dproperty-8.m65 @property(readwrite, retain) _XCOQQuery *query; category
H A Darc-decls.m130 @property (readwrite, weak) ControllerClass *controller; // expected-warning {{primary property dec… category
H A Ddefault-synthesize-3.m66 @property (readwrite) char isFoo; // expected-warning {{auto property synthesis will not synthesize… category
H A Datomoic-property-synnthesis-rules.m209 @property(readwrite) int GetSet_ReadWriteInExt; category
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dproperties-class-extensions.m19 @property (readwrite) id bar; category
31 @property (readwrite) Rdar8467189_Bar *Rdar8467189_Bar; category
H A Doverrides.m70 @property (readwrite) id prop2; category
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dchain-categories2.m40 @property (readwrite,assign) id prop1; category
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dcontinuation-class.m17 @property(readwrite) int object; category
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dproperty-synthesis-error.mm19 @property (readwrite, retain) NSMutableArray * array; category
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h634 readwrite, ///< May access map via data and modify it. Written to path. enumerator