Searched refs:implicitLifetime (Results 1 – 1 of 1) sorted by relevance
1734 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local1741 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()1747 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()1768 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()1770 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()1773 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()