Searched refs:implicitLifetime (Results 1 – 1 of 1) sorted by relevance
1975 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local1982 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()1988 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()2009 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()2011 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()2014 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()