Home
last modified time | relevance | path

Searched defs:ParsedDWARFTypeAttributes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h478 struct ParsedDWARFTypeAttributes { struct
482 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 …]
H A DDWARFASTParserClang.cpp283 ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const DWARFDIE &die) { in ParsedDWARFTypeAttributes() function in ParsedDWARFTypeAttributes