Searched refs:appendStyle (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 1164 auto appendStyle = in highlightLines() local 1237 appendStyle(LineRanges, T, StartCol, T.getLength()); in highlightLines() 1260 appendStyle(LineRanges, T, StartCol, LineLength); in highlightLines() 1262 appendStyle(LineRanges, T, 0, EndCol); in highlightLines() 1264 appendStyle(LineRanges, T, 0, LineLength); in highlightLines()
|