Searched defs:ParsedDWARFTypeAttributes (Results 1 – 2 of 2) sorted by relevance
294 struct ParsedDWARFTypeAttributes { struct297 lldb::AccessType accessibility = lldb::eAccessNone;298 bool is_artificial = false;299 bool is_complete_objc_class = false;300 bool is_explicit = false;301 bool is_forward_declaration = false;302 bool is_inline = false;303 bool is_scoped_enum = false;304 bool is_vector = false;305 bool is_virtual = false;[all …]
268 ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const DWARFDIE &die) { in ParsedDWARFTypeAttributes() function in ParsedDWARFTypeAttributes