Lines Matching defs:ownership
34 /// type, infer an expected lifetime. The type's ownership qualification
37 /// Returns OCL_None if the attributes as stated do not imply an ownership.
64 /// an explicit ownership qualifier.
134 // In ARC/MRC, look for an explicit ownership qualifier.
136 } else if (auto ownership = T.getObjCLifetime()) {
137 switch (ownership) {
163 // From an ownership perspective, assign and unsafe_unretained are
224 // Check consistency if the type has explicit ownership qualification.
475 // Check consistency of ownership.
480 // If the ownership was written explicitly, complain.
486 // Take the ownership from the original property.
889 // The ownership might be incompatible unless the property has no explicit
890 // ownership.
1283 // explicitly write an ownership attribute on the property.
1620 // We allow readonly properties without an explicit ownership
1622 // to be overridden by a property with any explicit ownership in the subclass.