Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp824 const char *class_union_struct_name = parent_decl_ctx_die.GetName(); in GetQualifiedName() local
826 if (class_union_struct_name) { in GetQualifiedName()
828 storage.insert(0, class_union_struct_name); in GetQualifiedName()