Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7641 uint32_t property_attributes, ClangASTMetadata *metadata) { in AddObjCClassProperty() argument
7697 } 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 …]
DTypeSystemClang.h906 uint32_t property_attributes,
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1763 const char *property_getter_name, uint32_t property_attributes, in DelayedAddObjCClassProperty() argument
1769 m_property_attributes(property_attributes) { in DelayedAddObjCClassProperty()