Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SetterKind

587   ObjCPropertyDecl::SetterKind setterKind = prop->getSetterKind();
589 IsCopy = (setterKind == ObjCPropertyDecl::Copy);
607 if (setterKind == ObjCPropertyDecl::Retain) {