Lines Matching refs:raw_ostream
19 static const enum llvm::raw_ostream::Colors UnreachableColor =
20 llvm::raw_ostream::RED;
21 static const enum llvm::raw_ostream::Colors FatalColor =
22 llvm::raw_ostream::YELLOW;
23 static const enum llvm::raw_ostream::Colors ErrorColor = llvm::raw_ostream::RED;
24 static const enum llvm::raw_ostream::Colors WarningColor =
25 llvm::raw_ostream::MAGENTA;
26 static const enum llvm::raw_ostream::Colors DebugColor =
27 llvm::raw_ostream::CYAN;
28 static const enum llvm::raw_ostream::Colors NoteColor =
29 llvm::raw_ostream::GREEN;
30 static const enum llvm::raw_ostream::Colors IgnoreColor =
31 llvm::raw_ostream::BLUE;
35 TextDiagnosticPrinter::TextDiagnosticPrinter(llvm::raw_ostream& pOStream, in TextDiagnosticPrinter()
119 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic()
140 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic()
153 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic()