Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp1840 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local
1847 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
1853 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
1874 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()
1876 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()
1879 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1950 Qualifiers::ObjCLifetime implicitLifetime = Qualifiers::OCL_None; in inferARCLifetimeForPointee() local
1957 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
1963 implicitLifetime = Qualifiers::OCL_ExplicitNone; in inferARCLifetimeForPointee()
1984 implicitLifetime = Qualifiers::OCL_Strong; in inferARCLifetimeForPointee()
1986 assert(implicitLifetime && "didn't infer any lifetime!"); in inferARCLifetimeForPointee()
1989 qs.addObjCLifetime(implicitLifetime); in inferARCLifetimeForPointee()