Lines Matching refs:llvm
16 static const enum llvm::raw_ostream::Colors UnreachableColor = llvm::raw_ostream::RED;
17 static const enum llvm::raw_ostream::Colors FatalColor = llvm::raw_ostream::YELLOW;
18 static const enum llvm::raw_ostream::Colors ErrorColor = llvm::raw_ostream::RED;
19 static const enum llvm::raw_ostream::Colors WarningColor = llvm::raw_ostream::MAGENTA;
20 static const enum llvm::raw_ostream::Colors DebugColor = llvm::raw_ostream::CYAN;
21 static const enum llvm::raw_ostream::Colors NoteColor = llvm::raw_ostream::GREEN;
22 static const enum llvm::raw_ostream::Colors IgnoreColor = llvm::raw_ostream::BLUE;
25 static const enum llvm::raw_ostream::Colors SavedColor = llvm::raw_ostream::SAVEDCOLOR;
29 TextDiagnosticPrinter::TextDiagnosticPrinter(llvm::raw_ostream& pOStream, in TextDiagnosticPrinter()
115 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic()
125 llvm::sys::RunInterruptHandlers(); in handleDiagnostic()
134 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic()
137 llvm::sys::RunInterruptHandlers(); in handleDiagnostic()
147 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic()
150 llvm::sys::RunInterruptHandlers(); in handleDiagnostic()