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

References

lib/DebugInfo/DWARF/DWARFDie.cpp
  274   WithColor(OS, HighlightColor::Attribute) << formatv("{0}", Attr);
lib/Support/SourceMgr.cpp
  374       S << ProgName << ": ";
  378         S << "<stdin>";
  380         S << Filename;
  383         S << ':' << LineNo;
  383         S << ':' << LineNo;
  385           S << ':' << (ColumnNo + 1);
  385           S << ':' << (ColumnNo + 1);
  387       S << ": ";
  409       << Message << '\n';
  409       << Message << '\n';
  473     S << '\n';
utils/FileCheck/FileCheck.cpp
  186   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "L:";
  191   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "T:L";
  196   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "T:L'N";
  203   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "^~~";
  206   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "!~~";
  213   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "X~~";
  219   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "?";
  224   WithColor(OS, raw_ostream::GREEN, true) << "success";
  226   WithColor(OS, raw_ostream::RED, true) << "error";
  228   WithColor(OS, raw_ostream::MAGENTA, true) << "fuzzy match";
  230   WithColor(OS, raw_ostream::CYAN, true, false) << "discarded match";
  232   WithColor(OS, raw_ostream::CYAN, true, true) << "unmatched input";
  434         << format_decimal(Line, LabelWidth) << ": ";
  434         << format_decimal(Line, LabelWidth) << ": ";
  472           COS << *InputFilePtr;
  484       COS << left_justify(AnnotationItr->Label, LabelWidth) << "  ";
  484       COS << left_justify(AnnotationItr->Label, LabelWidth) << "  ";
  487         COS << ' ';
  492         COS << '~';
  500           COS << ' ';
  501         COS << ' ' << Note;
  501         COS << ' ' << Note;
  503       COS << '\n';