Searched defs:UseColor (Results 1 – 10 of 10) sorted by relevance
54 UseColor("use-color", variable
105 bool UseColor; variable180 bool UseColor; variable
33 static ManagedStatic<cl::opt<cl::boolOrDefault>, CreateUseColor> UseColor; variable
149 std::optional<bool> UseColor; global() member
56 UseColor("use-color", cl::desc("Emit colored output (default=autodetect)"), variable
56 LinePrinter(int Indent,bool UseColor,llvm::raw_ostream & Stream,const FilterOptions & Filters) LinePrinter() argument
60 bool UseColor = false; global() variable
313 static cl::opt<bool> UseColor("use-color", desc(R"( global() variable
755 cl::opt<cl::boolOrDefault> UseColor( in run() local
1092 const bool UseColor = opts::pretty::ColorOutput == cl::BOU_UNSET in dumpPretty() local