Searched refs:implicitLifetime (Results 1 – 1 of 1) sorted by relevance
1711 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local1718 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()1724 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()1745 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()1747 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()1750 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()