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

  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 25 static const enum llvm::raw_ostream::Colors SavedColor = llvm::raw_ostream::SAVEDCOLOR;
  /external/llvm/lib/Support/
SourceMgr.cpp 349 S.changeColor(raw_ostream::SAVEDCOLOR, true);
388 S.changeColor(raw_ostream::SAVEDCOLOR, true);
raw_ostream.cpp 602 (colors == SAVEDCOLOR) ? sys::Process::OutputBold(bg)
  /external/llvm/include/llvm/Support/
raw_ostream.h 73 SAVEDCOLOR
214 /// @param Color ANSI color to use, the special SAVEDCOLOR can be used to
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 40 static const enum raw_ostream::Colors savedColor =
41 raw_ostream::SAVEDCOLOR;
58 OS.changeColor(savedColor, true);
744 OS.changeColor(savedColor, true);
794 OS.changeColor(savedColor, true);
    [all...]

Completed in 4911 milliseconds