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

  /external/llvm/lib/Support/
SourceMgr.cpp 348 S.changeColor(raw_ostream::SAVEDCOLOR, true);
387 S.changeColor(raw_ostream::SAVEDCOLOR, true);
raw_ostream.cpp 610 (colors == SAVEDCOLOR) ? sys::Process::OutputBold(bg)
  /external/llvm/include/llvm/Support/
raw_ostream.h 78 SAVEDCOLOR
219 /// @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);
749 OS.changeColor(savedColor, true);
796 OS.changeColor(savedColor, true);
    [all...]

Completed in 5810 milliseconds