Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1691 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local
1698 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
1704 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
1725 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()
1727 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()
1730 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()