HomeSort by: relevance | last modified time | path
    Searched refs:SAVEDCOLOR (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 260 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "L:";
268 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "T:L";
276 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "T:L'N";
281 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "^~~";
284 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "!~~";
291 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "X~~";
297 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "?";
302 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "...";
665 WithColor COS(*LineOS, raw_ostream::SAVEDCOLOR, /*Bold=*/false,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
WithColor.h 66 /// @param Color ANSI color to use, the special SAVEDCOLOR can be used to
72 raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR,
117 /// @param Color ANSI color to use, the special SAVEDCOLOR can be used to
raw_ostream.h 103 SAVEDCOLOR,
115 static constexpr Colors SAVEDCOLOR = Colors::SAVEDCOLOR;
296 /// @param Color ANSI color to use, the special SAVEDCOLOR can be used to
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
SchedulerStatistics.cpp 113 OS.changeColor(raw_ostream::SAVEDCOLOR, true, false);
TimelineView.cpp 118 return raw_ostream::SAVEDCOLOR;
127 if (Color == raw_ostream::SAVEDCOLOR) {
BottleneckAnalysis.cpp 362 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false);
380 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
SourceCoverageViewText.cpp 117 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR,
134 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR,
  /src/external/apache2/llvm/dist/llvm/lib/Support/
SourceMgr.cpp 478 WithColor S(OS, raw_ostream::SAVEDCOLOR, true, false, Mode);
515 WithColor(OS, raw_ostream::SAVEDCOLOR, true, false, Mode) << Message << '\n';
raw_ostream.cpp 74 constexpr raw_ostream::Colors raw_ostream::SAVEDCOLOR;
527 (colors == SAVEDCOLOR)
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnostic.cpp 41 static const enum raw_ostream::Colors savedColor =
42 raw_ostream::SAVEDCOLOR;
59 OS.changeColor(savedColor, true);
735 OS.changeColor(savedColor, true);
815 OS.changeColor(savedColor, true);

Completed in 62 milliseconds