Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Frontend/
H A DTextDiagnostic.cpp28 static const enum llvm::raw_ostream::Colors fatalColor = llvm::raw_ostream::RED; variable
/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp40 static const enum raw_ostream::Colors fatalColor = raw_ostream::RED; variable