Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Lifetime

261         // Since the lifetime of this temporary isn't going to be extended,
330 // extended the lifetime) to the subobject we're binding the reference to.
579 // [For storage which does not refer to an object within its lifetime]
1416 if (Qualifiers::ObjCLifetime Lifetime = Dst.getQuals().getObjCLifetime()) {
1417 switch (Lifetime) {
2896 // strong lifetime, the object shall be released.