Searched defs:UseColor (Results 1 – 7 of 7) sorted by relevance
107 bool UseColor; variable182 bool UseColor; variable
33 static ManagedStatic<cl::opt<cl::boolOrDefault>, CreateUseColor> UseColor; variable
55 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream, in LinePrinter()
61 bool UseColor = false; variable
761 cl::opt<cl::boolOrDefault> UseColor( in run() local
1098 const bool UseColor = opts::pretty::ColorOutput == cl::BOU_UNSET in dumpPretty() local
1115 void Editline::UseColor(bool use_color) { m_color = use_color; } in UseColor() function in Editline