Searched refs:implicitLifetime (Results 1 – 1 of 1) sorted by relevance
1667 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local1674 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()1680 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()1701 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()1703 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()1706 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()