Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp2015 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local
2022 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
2028 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
2049 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()
2051 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()
2054 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()