Searched refs:Snip (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp508 auto Snip = [&](unsigned Start, unsigned Len) { local
513 Snip(LCol - 1, Segments.empty() ? 0 : (Segments.front()->Col - 1));
516 Snip(LCol - 1, Segments[I]->Col - LCol);
519 Snip(LCol - 1, Line.size() + 1 - LCol);

Completed in 87 milliseconds