|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Support/raw_ostream.h 96 static const Colors SAVEDCOLOR = Colors::SAVEDCOLOR;
References
include/llvm/Support/WithColor.h 57 raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR,
lib/Support/SourceMgr.cpp 371 WithColor S(OS, raw_ostream::SAVEDCOLOR, true, false, !ShowColors);
408 WithColor(OS, raw_ostream::SAVEDCOLOR, true, false, !ShowColors)
lib/Support/raw_ostream.cpp 812 (colors == SAVEDCOLOR)
tools/clang/lib/Frontend/TextDiagnostic.cpp 42 raw_ostream::SAVEDCOLOR;
tools/llvm-cov/SourceCoverageViewText.cpp 116 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR,
133 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR,
tools/llvm-mca/Views/BottleneckAnalysis.cpp 370 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false);
388 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false);
tools/llvm-mca/Views/SchedulerStatistics.cpp 113 OS.changeColor(raw_ostream::SAVEDCOLOR, true, false);
tools/llvm-mca/Views/TimelineView.cpp 116 return raw_ostream::SAVEDCOLOR;
125 if (Color == raw_ostream::SAVEDCOLOR) {
utils/FileCheck/FileCheck.cpp 186 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "L:";
191 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "T:L";
196 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "T:L'N";
203 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "^~~";
206 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "!~~";
213 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "X~~";
219 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "?";