Lines Matching full:readwrite
157 // default is readwrite!
159 // property is defaulted to 'assign' if it is readwrite and is
419 // property in primary class and 'narrowed' type for a 'readwrite' property
434 // with continuation class's readwrite property attribute!
478 // Tailor the diagnostics for the common case where a readwrite
803 // can override readonly->readwrite and 'setter' attributes originally
913 // redeclared 'readwrite', then no warning is to be issued.
939 FixItHint::CreateReplacement(ReadonlySourceRange, "readwrite");
1778 // We only care about readwrite atomic property.
2070 << "readonly" << "readwrite";
2072 // readonly and readwrite/assign/retain/copy conflict.
2081 "readwrite" :
2193 // readwrite, and this is an object type.