reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
97 static const Colors RESET = Colors::RESET;
lib/Support/raw_ostream.cpp 148 if (C == Colors::RESET)
tools/clang/tools/diagtool/TreeView.cpp61 out << "-W" << Group.getName() << "\n" << Colors::RESET; 73 out << DR.getName() << Colors::RESET << "\n"; 119 out << '\n' << Colors::GREEN << "GREEN" << Colors::RESETtools/lld/Common/ErrorHandler.cpp
169 << "warning: " << Colors::RESET << msg << "\n"; 194 << "error: " << Colors::RESET << msg << "\n"; 197 << "error: " << Colors::RESET << errorLimitExceededMsg << "\n";