Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp965 unsigned EndCol; member
980 std::min(static_cast<size_t>(R.EndCol), Map.getSourceLine().size()); in highlightRange()
1244 unsigned EndCol = SM.getSpellingColumnNumber(T.getEndLoc(), &Invalid) - 1; in highlightLines() local
1262 appendStyle(LineRanges, T, 0, EndCol); in highlightLines()