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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp450 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten(); local
451 if (isReadWrite && (PIkind & ObjCPropertyDecl::OBJC_PR_readonly)) {
452 PIkind &= ~ObjCPropertyDecl::OBJC_PR_readonly;
453 PIkind |= ObjCPropertyDecl::OBJC_PR_readwrite;
454 PIkind |= deduceWeakPropertyFromType(*this, PIDecl->getType());
456 unsigned PrimaryClassMemoryModel = getOwnershipRule(PIkind);
466 bool PropertyIsWeak = ((PIkind & ObjCPropertyDecl::OBJC_PR_weak) != 0);
488 PIkind);
517 (PIkind & ObjCPropertyDecl::OBJC_PR_readwrite)
853 unsigned PIkind local
[all...]

Completed in 99 milliseconds