Searched refs:property_attributes (Results 1 – 3 of 3) sorted by relevance
7978 uint32_t property_attributes, ClangASTMetadata *metadata) { in AddObjCClassProperty() argument8035 } else if (!(property_attributes & DW_APPLE_PROPERTY_readonly)) { in AddObjCClassProperty()8061 if (property_attributes & DW_APPLE_PROPERTY_readonly) in AddObjCClassProperty()8063 if (property_attributes & DW_APPLE_PROPERTY_readwrite) in AddObjCClassProperty()8065 if (property_attributes & DW_APPLE_PROPERTY_assign) in AddObjCClassProperty()8067 if (property_attributes & DW_APPLE_PROPERTY_retain) in AddObjCClassProperty()8069 if (property_attributes & DW_APPLE_PROPERTY_copy) in AddObjCClassProperty()8071 if (property_attributes & DW_APPLE_PROPERTY_nonatomic) in AddObjCClassProperty()8073 if (property_attributes & ObjCPropertyAttribute::kind_nullability) in AddObjCClassProperty()8076 if (property_attributes & ObjCPropertyAttribute::kind_null_resettable) in AddObjCClassProperty()[all …]
1007 uint32_t property_attributes,
1893 uint32_t property_attributes, const ClangASTMetadata *metadata) in DelayedAddObjCClassProperty() argument1898 m_property_attributes(property_attributes) { in DelayedAddObjCClassProperty()