Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp668 ObjCPropertyDecl::SetterKind setterKind = prop->getSetterKind(); in PropertyImplStrategy() local
670 IsCopy = (setterKind == ObjCPropertyDecl::Copy); in PropertyImplStrategy()
688 if (setterKind == ObjCPropertyDecl::Retain) { in PropertyImplStrategy()
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp914 ObjCPropertyDecl::SetterKind setterKind = prop->getSetterKind(); in PropertyImplStrategy() local
916 IsCopy = (setterKind == ObjCPropertyDecl::Copy); in PropertyImplStrategy()
935 if (setterKind == ObjCPropertyDecl::Retain) { in PropertyImplStrategy()