Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7978 uint32_t property_attributes, ClangASTMetadata *metadata) { in AddObjCClassProperty() argument
8035 } 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 …]
H A DTypeSystemClang.h1007 uint32_t property_attributes,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1893 uint32_t property_attributes, const ClangASTMetadata *metadata) in DelayedAddObjCClassProperty() argument
1898 m_property_attributes(property_attributes) { in DelayedAddObjCClassProperty()