Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp948 auto Snip = [&](unsigned Start, unsigned Len) { in renderLine() local
953 Snip(LCol - 1, Segments.empty() ? 0 : (Segments.front()->Col - 1)); in renderLine()
956 Snip(LCol - 1, Segments[I]->Col - LCol); in renderLine()
959 Snip(LCol - 1, Line.size() + 1 - LCol); in renderLine()