Searched refs:PropertyAttributes (Results 1 – 5 of 5) sorted by relevance
2460 unsigned PropertyAttributes : NumPropertyAttrsBits; variable2478 PropertyAttributes(OBJC_PR_noattr), in ObjCPropertyDecl()2517 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()2520 PropertyAttributes |= PRVal; in setPropertyAttributes()2538 PropertyAttributes &= ~OBJC_PR_readonly; in makeitReadWriteAttribute()2539 PropertyAttributes |= OBJC_PR_readwrite; in makeitReadWriteAttribute()2546 return (PropertyAttributes & OBJC_PR_readonly); in isReadOnly()2551 return (PropertyAttributes & OBJC_PR_atomic); in isAtomic()2556 return (PropertyAttributes & in isRetaining()2564 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()[all …]
802 : objcDeclQualifier(DQ_None), PropertyAttributes(DQ_PR_noattr), in ObjCDeclSpec()814 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()817 PropertyAttributes = in setPropertyAttributes()818 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()858 unsigned PropertyAttributes : 14; variable
244 unsigned PropertyAttributes, DIType *Ty);
335 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument337 SetterName, PropertyAttributes, in createObjCProperty()
947 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local949 PropertyAttributes); in constructTypeDIE()