Searched defs:ParsedDWARFTypeAttributes (Results 1 – 2 of 2) sorted by relevance
225 struct ParsedDWARFTypeAttributes { struct228 lldb::AccessType accessibility = lldb::eAccessNone;229 bool is_artificial = false;230 bool is_complete_objc_class = false;231 bool is_explicit = false;232 bool is_forward_declaration = false;233 bool is_inline = false;234 bool is_scoped_enum = false;235 bool is_vector = false;236 bool is_virtual = false;[all …]
302 ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const DWARFDIE &die) { in ParsedDWARFTypeAttributes() function in ParsedDWARFTypeAttributes