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

References

include/llvm/Support/raw_ostream.h
   97   static const Colors RESET = Colors::RESET;
lib/Support/raw_ostream.cpp
  148   if (C == Colors::RESET)
tools/clang/tools/diagtool/TreeView.cpp
   61     out << "-W" << Group.getName() << "\n" << Colors::RESET;
   73         out << DR.getName() << Colors::RESET << "\n";
  119     out << '\n' << Colors::GREEN << "GREEN" << Colors::RESET
tools/lld/Common/ErrorHandler.cpp
  169            << "warning: " << Colors::RESET << msg << "\n";
  194              << "error: " << Colors::RESET << msg << "\n";
  197              << "error: " << Colors::RESET << errorLimitExceededMsg << "\n";