Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1482 const auto *CharStyle = llvm::find_if(Styles, [I](const StyleRange &R) { in emitSnippet() local
1486 if (CharStyle != Styles.end()) { in emitSnippet()
1488 (CurrentColor && *CurrentColor != CharStyle->Color)) { in emitSnippet()
1489 OS.changeColor(CharStyle->Color, false); in emitSnippet()
1490 CurrentColor = CharStyle->Color; in emitSnippet()