Searched refs:SAttr (Results 1 – 2 of 2) sorted by relevance
1618 ObjCPropertyAttribute::Kind SAttr = SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch() local1624 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()1628 (SAttr & ObjCPropertyAttribute::kind_readwrite)) in DiagnosePropertyMismatch()1632 (SAttr & ObjCPropertyAttribute::kind_copy)) in DiagnosePropertyMismatch()1635 else if (!(SAttr & ObjCPropertyAttribute::kind_readonly)) { in DiagnosePropertyMismatch()1638 unsigned SAttrRetain = (SAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()
10279 if (Attr *SAttr = getImplicitCodeSegOrSectionAttrForFunction(NewFD, in ActOnFunctionDeclarator() local10281 NewFD->addAttr(SAttr); in ActOnFunctionDeclarator()10873 if (const auto *SAttr = Parent->getAttr<CodeSegAttr>()) { in getImplicitCodeSegAttrFromClass() local10874 Attr *NewAttr = SAttr->clone(S.getASTContext()); in getImplicitCodeSegAttrFromClass()10885 if (const auto *SAttr = Parent->getAttr<CodeSegAttr>()) { in getImplicitCodeSegAttrFromClass() local10886 Attr *NewAttr = SAttr->clone(S.getASTContext()); in getImplicitCodeSegAttrFromClass()