HomeSort by: relevance | last modified time | path
    Searched defs:UseColor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
LinePrinter.h 36 LinePrinter(int Indent, bool UseColor, raw_ostream &Stream);
64 bool hasColor() const { return UseColor; }
84 bool UseColor;
163 bool UseColor;
llvm-pdbutil.cpp 1068 const bool UseColor = opts::pretty::ColorOutput == cl::BOU_UNSET
1071 LinePrinter Printer(2, UseColor, Stream);

Completed in 16 milliseconds