Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Frontend/
DTextDiagnostic.cpp17 static const enum llvm::raw_ostream::Colors noteColor = variable
41 os.changeColor(noteColor, true); in PrintDiagnosticLevel()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp27 static const enum raw_ostream::Colors noteColor = variable
709 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break; in printDiagnosticLevel()
/external/llvm-project/clang/lib/Frontend/
DTextDiagnostic.cpp26 static const enum raw_ostream::Colors noteColor = variable
705 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break; in printDiagnosticLevel()