Home
last modified time | relevance | path

Searched defs:errorColor (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Frontend/
H A DTextDiagnostic.cpp27 static const enum llvm::raw_ostream::Colors errorColor = llvm::raw_ostream::RED; variable
/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp39 static const enum raw_ostream::Colors errorColor = raw_ostream::RED; variable