Home
last modified time | relevance | path

Searched refs:colors_enabled (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h97 enable_colors(TheStream->colors_enabled()); in setStream()
168 if (colors_enabled()) { in resetColor()
176 if (colors_enabled()) { in reverseColor()
184 if (colors_enabled()) { in changeColor()
H A Draw_ostream.h358 bool colors_enabled() const { return ColorEnabled; } in colors_enabled() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnosticsRendering.cpp105 if (stream.AsRawOstream().colors_enabled()) { in RenderDiagnosticDetails()
/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp211 if (errs().colors_enabled()) { in reportDiagnostic()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp889 !IsEnabled() && s->AsRawOstream().colors_enabled(); in GetDescription()