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

References

lib/MC/MCCodeView.cpp
  465   std::tie(LocBegin, LocEnd) = getLineExtent(Frag.SiteFuncId);
  473     LocEnd = std::max(LocEnd, Extent.second);
  473     LocEnd = std::max(LocEnd, Extent.second);
  476   if (LocBegin >= LocEnd)
  478   ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd);
  596   ArrayRef<MCCVLoc> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1);
  596   ArrayRef<MCCVLoc> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1);