Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp426 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten(); in HandlePropertyInClassExtension() local
427 if (isReadWrite && (PIkind & ObjCPropertyDecl::OBJC_PR_readonly)) { in HandlePropertyInClassExtension()
428 PIkind &= ~ObjCPropertyDecl::OBJC_PR_readonly; in HandlePropertyInClassExtension()
429 PIkind |= ObjCPropertyDecl::OBJC_PR_readwrite; in HandlePropertyInClassExtension()
430 PIkind |= deduceWeakPropertyFromType(*this, PIDecl->getType()); in HandlePropertyInClassExtension()
432 unsigned PrimaryClassMemoryModel = getOwnershipRule(PIkind); in HandlePropertyInClassExtension()
442 bool PropertyIsWeak = ((PIkind & ObjCPropertyDecl::OBJC_PR_weak) != 0); in HandlePropertyInClassExtension()
460 if (!(PIkind & (ObjCDeclSpec::DQ_PR_assign | in HandlePropertyInClassExtension()
466 PIkind |= ObjCPropertyDecl::OBJC_PR_assign; in HandlePropertyInClassExtension()
476 PIkind); in HandlePropertyInClassExtension()
[all …]