Searched defs:ParsedDWARFTypeAttributes (Results 1 – 2 of 2) sorted by relevance
478 struct ParsedDWARFTypeAttributes { struct482 lldb::AccessType accessibility = lldb::eAccessNone;483 bool is_artificial = false;484 bool is_complete_objc_class = false;485 bool is_explicit = false;486 bool is_forward_declaration = false;487 bool is_inline = false;488 bool is_scoped_enum = false;489 bool is_vector = false;490 bool is_virtual = false;[all …]
283 ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const DWARFDIE &die) { in ParsedDWARFTypeAttributes() function in ParsedDWARFTypeAttributes