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.cpp1479 const auto *CharStyle = llvm::find_if(Styles, [I](const StyleRange &R) { in emitSnippet() local
1483 if (CharStyle != Styles.end()) { in emitSnippet()
1485 (CurrentColor && *CurrentColor != CharStyle->Color)) { in emitSnippet()
1486 OS.changeColor(CharStyle->Color, false); in emitSnippet()
1487 CurrentColor = CharStyle->Color; in emitSnippet()