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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp357 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten(); local
358 if (isReadWrite && (PIkind & ObjCPropertyDecl::OBJC_PR_readonly)) {
359 PIkind |= deduceWeakPropertyFromType(*this, PIDecl->getType());
361 unsigned PrimaryClassMemoryModel = getOwnershipRule(PIkind);
377 PIkind);
406 (PIkind & ObjCPropertyDecl::OBJC_PR_readwrite)
745 unsigned PIkind = property->getPropertyAttributesAsWritten(); local
746 if ((PIkind & (ObjCPropertyDecl::OBJC_PR_atomic |
765 (PIkind & ObjCPropertyDecl::OBJC_PR_readonly) &&

Completed in 215 milliseconds