Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp301 auto Snip = [&](unsigned Start, unsigned Len) { in renderLine() local
307 Snip(LCol - 1, Segments.empty() ? 0 : (Segments.front()->Col - 1)); in renderLine()
311 Snip(LCol - 1, Segments[I]->Col - LCol); in renderLine()
315 Snip(LCol - 1, Line.size() + 1 - LCol); in renderLine()