Home | History | Annotate | Download | only in Sema

Lines Matching full:readwrite

194                       // default is readwrite!
449 // by adding a readwrite property within an extension.
452 // Tailor the diagnostics for the common case where a readwrite
530 // property in primary class and 'narrowed' type for a 'readwrite' property
571 // Property defaults to 'assign' if it is readwrite, unless this is ARC
853 // If this is a readwrite property in a class extension that refines
947 // redeclared 'readwrite', then no warning is to be issued.
971 FixItHint::CreateReplacement(ReadonlySourceRange, "readwrite");
1672 // getter and implements property's setter (if readwrite property).
1931 // We only care about readwrite atomic property.
2289 << "readonly" << "readwrite";
2401 // readwrite, and this is an object type.