reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
   20   m_decls.clear();
   39     m_decls.push_back(abbrevDeclaration);
   57     DWARFAbbreviationDeclarationCollConstIter end = m_decls.end();
   58     for (pos = m_decls.begin(); pos != end; ++pos) {
   64     if (idx < m_decls.size())
   65       return &m_decls[idx];
   74   for (const auto &abbr_decl : m_decls) {