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

References

tools/clang/lib/Frontend/TextDiagnostic.cpp
  677   uint64_t StartOfLocationInfo = OS.tell();
  684     OS.resetColor();
  687     printDiagnosticLevel(OS, Level, DiagOpts->ShowColors,
  689   printDiagnosticMessage(OS,
  691                          Message, OS.tell() - StartOfLocationInfo,
  797   OS << Filename;
  816         OS << ": ";
  827     OS.changeColor(savedColor, true);
  831   case DiagnosticOptions::Clang: OS << ':'  << LineNo; break;
  832   case DiagnosticOptions::MSVC:  OS << '('  << LineNo; break;
  833   case DiagnosticOptions::Vi:    OS << " +" << LineNo; break;
  840         OS << ',';
  846         OS << ':';
  847       OS << ColNo;
  851   case DiagnosticOptions::Vi:    OS << ':';    break;
  855     OS << ')';
  858       OS << ' ';
  859     OS << ':';
  894       OS << '{'
  902       OS << ':';
  904   OS << ' ';
  909     OS << "In file included from " << PLoc.getFilename() << ':'
  912     OS << "In included file:\n";
  918     OS << "In module '" << ModuleName << "' imported from "
  921     OS << "In module '" << ModuleName << "':\n";
  928     OS << "While building module '" << ModuleName << "' imported from "
  931     OS << "While building module '" << ModuleName << "':\n";
 1263         OS.changeColor(caretColor, true);
 1264       OS << CaretLine << '\n';
 1266         OS.resetColor();
 1272         OS.changeColor(fixitColor, false);
 1274         OS << ' ';
 1275       OS << FixItInsertionLine << '\n';
 1277         OS.resetColor();
 1301         OS.reverseColor();
 1302       OS << to_print;
 1305         OS.resetColor();
 1313     OS.reverseColor();
 1314   OS << to_print;
 1316     OS.resetColor();
 1318   OS << '\n';
 1354     OS << "fix-it:\"";
 1355     OS.write_escaped(PLoc.getFilename());
 1356     OS << "\":{" << SM.getLineNumber(BInfo.first, BInfo.second)
 1361     OS.write_escaped(I->CodeToInsert);
 1362     OS << "\"\n";