Home
last modified time | relevance | path

Searched refs:HighlightColor (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp44 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, ColorMode Mode) in WithColor()
49 case HighlightColor::Address: in WithColor()
52 case HighlightColor::String: in WithColor()
55 case HighlightColor::Tag: in WithColor()
58 case HighlightColor::Attribute: in WithColor()
61 case HighlightColor::Enumerator: in WithColor()
64 case HighlightColor::Macro: in WithColor()
67 case HighlightColor::Error: in WithColor()
70 case HighlightColor::Warning: in WithColor()
73 case HighlightColor::Note: in WithColor()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnosticsRendering.cpp65 llvm::HighlightColor color; in PrintSeverity()
69 color = llvm::HighlightColor::Error; in PrintSeverity()
73 color = llvm::HighlightColor::Warning; in PrintSeverity()
77 color = llvm::HighlightColor::Remark; in PrintSeverity()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp88 llvm::HighlightColor color = m_severity == lldb::eSeverityWarning in Dump()
89 ? llvm::HighlightColor::Warning in Dump()
90 : llvm::HighlightColor::Error; in Dump()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp19 return llvm::WithColor(strm.AsRawOstream(), llvm::HighlightColor::Error, in error()
25 return llvm::WithColor(strm.AsRawOstream(), llvm::HighlightColor::Warning, in warning()
31 return llvm::WithColor(strm.AsRawOstream(), llvm::HighlightColor::Note, in note()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h27 enum class HighlightColor { enum
62 LLVM_CTOR_NODISCARD LLVM_ABI WithColor(raw_ostream &OS, HighlightColor S,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp59 WithColor(OS, HighlightColor::Macro).get() in dump()
63 WithColor(OS, HighlightColor::Macro).get() << MacinfoString(E.Type); in dump()
H A DDWARFDie.cpp119 WithColor(OS, HighlightColor::Attribute) << formatv("{0}", Attr); in dumpAttribute()
132 auto Color = HighlightColor::Enumerator; in dumpAttribute()
134 Color = HighlightColor::String; in dumpAttribute()
612 WithColor(OS, HighlightColor::Address).get() in dump()
618 WithColor(OS, HighlightColor::Tag).get().indent(Indent) in dump()
H A DDWARFFormValue.cpp386 ? WithColor(OS, HighlightColor::Address).get() in dump()
575 WithColor(OS, HighlightColor::Address).get() in dump()
584 auto COS = WithColor(OS, HighlightColor::String); in dumpString()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp650 WithColor(errs(), Warn ? HighlightColor::Warning : HighlightColor::Error) in checkNumFields()
693 HighlightColor::String) in reportLocation()