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

References

tools/lldb/include/lldb/Utility/RangeMap.h
  358       if (pos != end && pos->Union(entry)) {
  358       if (pos != end && pos->Union(entry)) {
  359         CombinePrevAndNext(pos);
  362       if (pos != begin) {
  363         auto prev = pos - 1;
  370     m_entries.insert(pos, entry);