Home
last modified time | relevance | path

Searched refs:property_attributes (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7943 uint32_t property_attributes, ClangASTMetadata *metadata) { in AddObjCClassProperty() argument
8000 } 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 …]
H A DTypeSystemClang.h914 uint32_t property_attributes,
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1926 uint32_t property_attributes, const ClangASTMetadata *metadata) in DelayedAddObjCClassProperty() argument
1931 m_property_attributes(property_attributes) { in DelayedAddObjCClassProperty()