HomeSort by relevance Sort by last modified time
    Searched refs:SAVEDCOLOR (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/llvm-cov/
SourceCoverageView.cpp 38 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR,
53 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR,
  /external/llvm/lib/Support/
SourceMgr.cpp 341 S.changeColor(raw_ostream::SAVEDCOLOR, true);
381 S.changeColor(raw_ostream::SAVEDCOLOR, true);
raw_ostream.cpp 652 (colors == SAVEDCOLOR) ? sys::Process::OutputBold(bg)
  /external/llvm/include/llvm/Support/
raw_ostream.h 80 SAVEDCOLOR
230 /// @param Color ANSI color to use, the special SAVEDCOLOR can be used to
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 42 static const enum raw_ostream::Colors savedColor =
43 raw_ostream::SAVEDCOLOR;
60 OS.changeColor(savedColor, true);
750 OS.changeColor(savedColor, true);
797 OS.changeColor(savedColor, true);
    [all...]

Completed in 239 milliseconds