Lines Matching defs:lifetime
32 /// type, infer an expected lifetime. The type's ownership qualification
76 // We have a lifetime qualifier but no dominating property
78 // setting the property attribute according to the lifetime
712 // The lifetime implied by the property's attributes.
720 // None isn't a valid lifetime for an object ivar in ARC, and
780 /// property with no known lifetime of its own, using backing
1274 // In ARC, give the ivar a lifetime qualifier based on the
1288 Qualifiers::ObjCLifetime lifetime =
1290 assert(lifetime && "no lifetime for property?");
1293 qs.addObjCLifetime(lifetime);