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

References

tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
   81   ValueObjectSP value() { return m_entry.GetEntry(); }
   85       return m_entry.GetEntry();
   88       return m_entry.GetEntry();
   93       if (m_entry.null())
   96     return m_entry.GetEntry();
  100     return (rhs.m_entry == m_entry);
  100     return (rhs.m_entry == m_entry);
  104   void next() { m_entry = m_entry.next(); }
  104   void next() { m_entry = m_entry.next(); }
  106   void prev() { m_entry = m_entry.prev(); }
  106   void prev() { m_entry = m_entry.prev(); }