Searched refs:property_attributes (Results 1 – 3 of 3) sorted by relevance
7943 uint32_t property_attributes, ClangASTMetadata *metadata) { in AddObjCClassProperty() argument8000 } else if (!(property_attributes & DW_APPLE_PROPERTY_readonly)) { in AddObjCClassProperty()8025 if (property_attributes & DW_APPLE_PROPERTY_readonly) in AddObjCClassProperty()8027 if (property_attributes & DW_APPLE_PROPERTY_readwrite) in AddObjCClassProperty()8029 if (property_attributes & DW_APPLE_PROPERTY_assign) in AddObjCClassProperty()8031 if (property_attributes & DW_APPLE_PROPERTY_retain) in AddObjCClassProperty()8033 if (property_attributes & DW_APPLE_PROPERTY_copy) in AddObjCClassProperty()8035 if (property_attributes & DW_APPLE_PROPERTY_nonatomic) in AddObjCClassProperty()8037 if (property_attributes & ObjCPropertyAttribute::kind_nullability) in AddObjCClassProperty()8043 if (property_attributes & ObjCPropertyAttribute::kind_class) in AddObjCClassProperty()[all …]
914 uint32_t property_attributes,
1926 uint32_t property_attributes, const ClangASTMetadata *metadata) in DelayedAddObjCClassProperty() argument1931 m_property_attributes(property_attributes) { in DelayedAddObjCClassProperty()