Searched refs:implicitLifetime (Results 1 – 1 of 1) sorted by relevance
1840 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local1847 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()1853 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()1874 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()1876 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()1879 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()