Lines Matching defs:ownership
32 /// type, infer an expected lifetime. The type's ownership qualification
35 /// Returns OCL_None if the attributes as stated do not imply an ownership.
62 /// an explicit ownership qualifier.
132 // In ARC/MRC, look for an explicit ownership qualifier.
134 } else if (auto ownership = T.getObjCLifetime()) {
135 switch (ownership) {
161 // From an ownership perspective, assign and unsafe_unretained are
222 // Check consistency if the type has explicit ownership qualification.
473 // Check consistency of ownership.
478 // If the ownership was written explicitly, complain.
484 // Take the ownership from the original property.
887 // The ownership might be incompatible unless the property has no explicit
888 // ownership.
1281 // explicitly write an ownership attribute on the property.
1618 // We allow readonly properties without an explicit ownership
1620 // to be overridden by a property with any explicit ownership in the subclass.