Searched refs:SAttr (Results 1 – 2 of 2) sorted by relevance
1628 ObjCPropertyAttribute::Kind SAttr = SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch() local1634 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()1638 (SAttr & ObjCPropertyAttribute::kind_readwrite)) in DiagnosePropertyMismatch()1642 (SAttr & ObjCPropertyAttribute::kind_copy)) in DiagnosePropertyMismatch()1645 else if (!(SAttr & ObjCPropertyAttribute::kind_readonly)) { in DiagnosePropertyMismatch()1648 unsigned SAttrRetain = (SAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()
10497 if (Attr *SAttr = getImplicitCodeSegOrSectionAttrForFunction(NewFD, in ActOnFunctionDeclarator() local10499 NewFD->addAttr(SAttr); in ActOnFunctionDeclarator()11095 if (const auto *SAttr = Parent->getAttr<CodeSegAttr>()) { in getImplicitCodeSegAttrFromClass() local11096 Attr *NewAttr = SAttr->clone(S.getASTContext()); in getImplicitCodeSegAttrFromClass()11107 if (const auto *SAttr = Parent->getAttr<CodeSegAttr>()) { in getImplicitCodeSegAttrFromClass() local11108 Attr *NewAttr = SAttr->clone(S.getASTContext()); in getImplicitCodeSegAttrFromClass()