Searched refs:setterKind (Results 1 – 1 of 1) sorted by relevance
670 ObjCPropertyDecl::SetterKind setterKind = prop->getSetterKind(); in PropertyImplStrategy() local672 IsCopy = (setterKind == ObjCPropertyDecl::Copy); in PropertyImplStrategy()690 if (setterKind == ObjCPropertyDecl::Retain) { in PropertyImplStrategy()