Lines Matching full:readonly
418 // this conversion is safe only because the wider type is for a 'readonly'
433 // The property 'PIDecl's readonly attribute will be over-ridden
481 // declaration to be readonly.
698 /// This routine evaludates life-time attributes for a 'readonly'
803 // can override readonly->readwrite and 'setter' attributes originally
840 << "readonly" << which;
912 // Search into the class extensions and see if 'readonly property is
932 if (LocPropertyAttribute(Context, "readonly",
935 readonlyLoc.getLocWithOffset(strlen("readonly")-1);
2051 // 'readonly' property with no obvious lifetime.
2065 // because, its readonly attribute may be overridden in its class
2070 << "readonly" << "readwrite";
2072 // readonly and readwrite/assign/retain/copy conflict.
2092 << "readonly" << which;
2201 // not specified; including when property is 'readonly'.