Searched refs:UseColor (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp17 UseColor("color", cl::cat(ColorCategory),
102 if (UseColor == cl::BOU_UNSET)
104 return UseColor == cl::BOU_TRUE;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DLinePrinter.h36 LinePrinter(int Indent, bool UseColor, raw_ostream &Stream);
64 bool hasColor() const { return UseColor; }
84 bool UseColor; member in class:llvm::pdb::LinePrinter
163 bool UseColor; member in class:llvm::pdb::WithColor
H A DLinePrinter.cpp53 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream) argument
54 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor) {
288 : OS(P.OS), UseColor(P.hasColor()) {
289 if (UseColor)
294 if (UseColor)
H A Dllvm-pdbutil.cpp1065 const bool UseColor = opts::pretty::ColorOutput == cl::BOU_UNSET local
1068 LinePrinter Printer(2, UseColor, Stream);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp629 cl::opt<cl::boolOrDefault> UseColor(
671 ViewOpts.Colors = UseColor == cl::BOU_UNSET
673 : UseColor == cl::BOU_TRUE;
676 if (UseColor == cl::BOU_FALSE)
681 if (UseColor == cl::BOU_TRUE)

Completed in 86 milliseconds