Home
last modified time | relevance | path

Searched refs:implicitLifetime (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp1734 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local
1741 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()