Searched refs:implicitLifetime (Results 1 – 1 of 1) sorted by relevance
2015 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local2022 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()2028 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()2049 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()2051 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()2054 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()