HomeSort by relevance Sort by last modified time
    Searched refs:m_qualified_name (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDeclContext.cpp 15 if (m_qualified_name.empty())
29 m_qualified_name.append("::");
30 m_qualified_name.append(m_entries[0].name);
41 m_qualified_name.append("::");
45 m_qualified_name.append ("(anonymous namespace)");
47 m_qualified_name.append ("(anonymous class)");
49 m_qualified_name.append ("(anonymous struct)");
51 m_qualified_name.append ("(anonymous union)");
53 m_qualified_name.append ("(anonymous)");
56 m_qualified_name.append(pos->name)
    [all...]
DWARFDeclContext.h 106 mutable std::string m_qualified_name; member in class:DWARFDeclContext

Completed in 41 milliseconds