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

References

tools/llvm-pdbutil/LinePrinter.cpp
  295     OS.resetColor();
  301     OS.resetColor();
  304     OS.changeColor(raw_ostream::GREEN, false);
  307     OS.changeColor(raw_ostream::YELLOW, /*bold=*/true);
  310     OS.changeColor(raw_ostream::MAGENTA, true);
  314     OS.changeColor(raw_ostream::YELLOW, false);
  317     OS.changeColor(raw_ostream::CYAN, true);
  320     OS.changeColor(raw_ostream::CYAN, false);
  323     OS.changeColor(raw_ostream::CYAN, false);
  327     OS.changeColor(raw_ostream::RED, true);
  330     OS.changeColor(raw_ostream::GREEN, true);
tools/llvm-pdbutil/LinePrinter.h
  158   raw_ostream &get() { return OS; }