Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp41 case HighlightColor::Address: in WithColor()
44 case HighlightColor::String: in WithColor()
47 case HighlightColor::Tag: in WithColor()
50 case HighlightColor::Attribute: in WithColor()
53 case HighlightColor::Enumerator: in WithColor()
56 case HighlightColor::Macro: in WithColor()
59 case HighlightColor::Error: in WithColor()
62 case HighlightColor::Warning: in WithColor()
65 case HighlightColor::Note: in WithColor()
68 case HighlightColor::Remark: in WithColor()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h26 enum class HighlightColor { enum
62 WithColor(raw_ostream &OS, HighlightColor S,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp18 return llvm::WithColor(strm.AsRawOstream(), llvm::HighlightColor::Error, in error()
24 return llvm::WithColor(strm.AsRawOstream(), llvm::HighlightColor::Warning, in warning()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp56 WithColor(OS, HighlightColor::Macro).get() in dump()
60 WithColor(OS, HighlightColor::Macro).get() << MacinfoString(E.Type); in dump()
H A DDWARFDie.cpp245 WithColor(OS, HighlightColor::Attribute) << formatv("{0}", Attr); in dumpAttribute()
258 auto Color = HighlightColor::Enumerator; in dumpAttribute()
260 Color = HighlightColor::String; in dumpAttribute()
636 WithColor(OS, HighlightColor::Address).get() in dump()
642 WithColor(OS, HighlightColor::Tag).get().indent(Indent) in dump()
H A DDWARFFormValue.cpp409 ? WithColor(OS, HighlightColor::Address).get() in dump()
608 WithColor(OS, HighlightColor::Address).get() in dump()
618 auto COS = WithColor(OS, HighlightColor::String); in dumpString()