Home
last modified time | relevance | path

Searched refs:SAttr (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaObjCProperty.cpp1640 ObjCPropertyAttribute::Kind SAttr = SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch() local
1646 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()
1650 (SAttr & ObjCPropertyAttribute::kind_readwrite)) in DiagnosePropertyMismatch()
1654 (SAttr & ObjCPropertyAttribute::kind_copy)) in DiagnosePropertyMismatch()
1657 else if (!(SAttr & ObjCPropertyAttribute::kind_readonly)) { in DiagnosePropertyMismatch()
1660 unsigned SAttrRetain = (SAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()
DSemaDecl.cpp10152 if (Attr *SAttr = getImplicitCodeSegOrSectionAttrForFunction(NewFD, in ActOnFunctionDeclarator() local
10154 NewFD->addAttr(SAttr); in ActOnFunctionDeclarator()
10737 if (const auto *SAttr = Parent->getAttr<CodeSegAttr>()) { in getImplicitCodeSegAttrFromClass() local
10738 Attr *NewAttr = SAttr->clone(S.getASTContext()); in getImplicitCodeSegAttrFromClass()
10749 if (const auto *SAttr = Parent->getAttr<CodeSegAttr>()) { in getImplicitCodeSegAttrFromClass() local
10750 Attr *NewAttr = SAttr->clone(S.getASTContext()); in getImplicitCodeSegAttrFromClass()