Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp509 unsigned LCol = 1; in renderLine() local
512 LCol += Len; in renderLine()
515 Snip(LCol - 1, Segments.empty() ? 0 : (Segments.front()->Col - 1)); in renderLine()
518 Snip(LCol - 1, Segments[I]->Col - LCol); in renderLine()
521 Snip(LCol - 1, Line.size() + 1 - LCol); in renderLine()