Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1832 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local
1839 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
1845 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
1866 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()
1868 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()
1871 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()