reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
   30     WithColor(OS, HighlightColor::Macro).get() << MacinfoString(E.Type);
lib/DebugInfo/DWARF/DWARFDie.cpp
  582       WithColor(OS, HighlightColor::Address).get()
  588         WithColor(OS, HighlightColor::Tag).get().indent(Indent)
lib/DebugInfo/DWARF/DWARFFormValue.cpp
  392                             ? WithColor(OS, HighlightColor::Address).get()
  568       WithColor(OS, HighlightColor::Address).get()
  579     COS.get() << '"';
  580     COS.get().write_escaped(DbgStr.getValue());
  581     COS.get() << '"';
lib/Support/WithColor.cpp
   72   return WithColor(OS, HighlightColor::Error, DisableColors).get()
   80   return WithColor(OS, HighlightColor::Warning, DisableColors).get()
   88   return WithColor(OS, HighlightColor::Note, DisableColors).get() << "note: ";
   95   return WithColor(OS, HighlightColor::Remark, DisableColors).get()