Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1951 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local
1958 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
1964 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
1985 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()
1987 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()
1990 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()