Searched refs:setterKind (Results 1 – 2 of 2) sorted by relevance
668 ObjCPropertyDecl::SetterKind setterKind = prop->getSetterKind(); in PropertyImplStrategy() local670 IsCopy = (setterKind == ObjCPropertyDecl::Copy); in PropertyImplStrategy()688 if (setterKind == ObjCPropertyDecl::Retain) { in PropertyImplStrategy()
914 ObjCPropertyDecl::SetterKind setterKind = prop->getSetterKind(); in PropertyImplStrategy() local916 IsCopy = (setterKind == ObjCPropertyDecl::Copy); in PropertyImplStrategy()935 if (setterKind == ObjCPropertyDecl::Retain) { in PropertyImplStrategy()