HomeSort by: relevance | last modified time | path
    Searched refs:SAttr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 1641 ObjCPropertyAttribute::Kind SAttr = SuperProperty->getPropertyAttributes();
1647 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr))
1651 (SAttr & ObjCPropertyAttribute::kind_readwrite))
1655 (SAttr & ObjCPropertyAttribute::kind_copy))
1658 else if (!(SAttr & ObjCPropertyAttribute::kind_readonly)) {
1661 unsigned SAttrRetain = (SAttr & (ObjCPropertyAttribute::kind_retain |
SemaDecl.cpp 9478 if (Attr *SAttr = getImplicitCodeSegOrSectionAttrForFunction(NewFD,
9480 NewFD->addAttr(SAttr);
10026 if (const auto *SAttr = Parent->getAttr<CodeSegAttr>()) {
10027 Attr *NewAttr = SAttr->clone(S.getASTContext());
10038 if (const auto *SAttr = Parent->getAttr<CodeSegAttr>()) {
10039 Attr *NewAttr = SAttr->clone(S.getASTContext());

Completed in 30 milliseconds