Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SetterKind

615   ObjCPropertyDecl::SetterKind setterKind = prop->getSetterKind();
617 IsCopy = (setterKind == ObjCPropertyDecl::Copy);
635 if (setterKind == ObjCPropertyDecl::Retain) {