Lines Matching defs:CurSeg
993 const auto *CurSeg = Segments[I];
994 if (CheckIfUncovered(CurSeg))
996 else if (CurSeg->Col == ExpansionCol)
1002 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col,
1003 CurSeg->Col + Snippets[I + 1].size());
1026 const auto *CurSeg = Segments[I];
1027 if (!CurSeg->IsRegionEntry)
1029 if (CurSeg->Count == LCS.getExecutionCount())
1033 tag("div", Snippets[I + 1] + tag("span", formatCount(CurSeg->Count),
1038 errs() << "Marker at " << CurSeg->Line << ":" << CurSeg->Col << " = "
1039 << formatCount(CurSeg->Count) << "\n";