Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h144 std::string GetCPlusPlusQualifiedName(const DWARFDIE &die);
H A DDWARFASTParserClang.cpp1515 DWARFASTParserClang::GetCPlusPlusQualifiedName(const DWARFDIE &die) { in GetCPlusPlusQualifiedName() function in DWARFASTParserClang
1594 std::string qualified_name = GetCPlusPlusQualifiedName(die); in ParseStructureLikeDIE()