Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2037 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local
2044 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
2050 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
2071 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()
2073 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()
2076 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()