Lines Matching refs:PropertyAttributes
2014 unsigned PropertyAttributes : NumPropertyAttrsBits;
2031 PropertyAttributes(OBJC_PR_noattr),
2058 return PropertyAttributeKind(PropertyAttributes);
2061 PropertyAttributes |= PRVal;
2079 PropertyAttributes &= ~OBJC_PR_readonly;
2080 PropertyAttributes |= OBJC_PR_readwrite;
2087 return (PropertyAttributes & OBJC_PR_readonly);
2092 return (PropertyAttributes & OBJC_PR_atomic);
2097 return (PropertyAttributes &
2105 if (PropertyAttributes & OBJC_PR_strong)
2107 if (PropertyAttributes & OBJC_PR_retain)
2109 if (PropertyAttributes & OBJC_PR_copy)
2111 if (PropertyAttributes & OBJC_PR_weak)