Lines Matching defs:lifetime
1981 // Warn for reference variables whose initializtion performs lifetime
2129 // be assigned in the block but not used elsewhere for the purpose of lifetime
2134 // Don't warn about Objective-C pointer variables with precise lifetime
6992 // GCC miscompiles that by ending its lifetime before evaluating the
13087 // In ARC, infer lifetime.
15217 // In ARC, infer a lifetime qualifier for appropriate parameter types.
15222 Qualifiers::ObjCLifetime lifetime;
15237 lifetime = Qualifiers::OCL_ExplicitNone;
15239 lifetime = T->getObjCARCImplicitLifetime();
15241 T = Context.getLifetimeQualifiedType(T, lifetime);
18750 // occasionally have Objective-C lifetime objects within unions,