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

Declarations

include/llvm/Support/raw_ostream.h
  230   raw_ostream &operator<<(Colors C);

References

tools/clang/tools/diagtool/TreeView.cpp
   57       out << Colors::GREEN;
   59       out << Colors::YELLOW;
   61     out << "-W" << Group.getName() << "\n" << Colors::RESET;
   71           out << Colors::GREEN;
   73         out << DR.getName() << Colors::RESET << "\n";
  119     out << '\n' << Colors::GREEN << "GREEN" << Colors::RESET
  119     out << '\n' << Colors::GREEN << "GREEN" << Colors::RESET
tools/lld/Common/ErrorHandler.cpp
  168   *errorOS << sep << getLocation(msg) << ": " << Colors::MAGENTA
  169            << "warning: " << Colors::RESET << msg << "\n";
  193     *errorOS << sep << getLocation(msg) << ": " << Colors::RED
  194              << "error: " << Colors::RESET << msg << "\n";
  196     *errorOS << sep << getLocation(msg) << ": " << Colors::RED
  197              << "error: " << Colors::RESET << errorLimitExceededMsg << "\n";