Searched refs:property_attributes (Results 1 – 3 of 3) sorted by relevance
7641 uint32_t property_attributes, ClangASTMetadata *metadata) { in AddObjCClassProperty() argument7697 } else if (!(property_attributes & DW_APPLE_PROPERTY_readonly)) { in AddObjCClassProperty()7722 if (property_attributes & DW_APPLE_PROPERTY_readonly) in AddObjCClassProperty()7724 if (property_attributes & DW_APPLE_PROPERTY_readwrite) in AddObjCClassProperty()7726 if (property_attributes & DW_APPLE_PROPERTY_assign) in AddObjCClassProperty()7728 if (property_attributes & DW_APPLE_PROPERTY_retain) in AddObjCClassProperty()7730 if (property_attributes & DW_APPLE_PROPERTY_copy) in AddObjCClassProperty()7732 if (property_attributes & DW_APPLE_PROPERTY_nonatomic) in AddObjCClassProperty()7734 if (property_attributes & ObjCPropertyAttribute::kind_nullability) in AddObjCClassProperty()7737 if (property_attributes & ObjCPropertyAttribute::kind_null_resettable) in AddObjCClassProperty()[all …]
906 uint32_t property_attributes,
1763 const char *property_getter_name, uint32_t property_attributes, in DelayedAddObjCClassProperty() argument1769 m_property_attributes(property_attributes) { in DelayedAddObjCClassProperty()