Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2055 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local
2062 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
2068 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
2089 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()
2091 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()
2094 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()