Searched refs:implicitLifetime (Results 1 – 1 of 1) sorted by relevance
1691 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local1698 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()1704 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()1725 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()1727 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()1730 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()