Searched refs:UseColor (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | LinePrinter.h | 36 LinePrinter(int Indent, bool UseColor, raw_ostream &Stream); 64 bool hasColor() const { return UseColor; } in hasColor() 84 bool UseColor; variable 163 bool UseColor; variable
|
H A D | LinePrinter.cpp | 53 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream) in LinePrinter() argument 54 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor) { in LinePrinter() 288 : OS(P.OS), UseColor(P.hasColor()) { in WithColor() 289 if (UseColor) in WithColor() 294 if (UseColor) in ~WithColor()
|
H A D | llvm-pdbutil.cpp | 1068 const bool UseColor = opts::pretty::ColorOutput == cl::BOU_UNSET in dumpPretty() local 1071 LinePrinter Printer(2, UseColor, Stream); in dumpPretty()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | WithColor.cpp | 18 UseColor("color", cl::cat(ColorCategory), 116 return UseColor == cl::BOU_UNSET ? OS.has_colors() in colorsEnabled() 117 : UseColor == cl::BOU_TRUE; in colorsEnabled()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/yaml-bench/ |
H A D | YAMLBench.cpp | 56 UseColor("use-color", cl::desc("Emit colored output (default=autodetect)"), variable 198 bool ShowColors = UseColor == cl::BOU_UNSET in main() 200 : UseColor == cl::BOU_TRUE; in main()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/bin/ |
H A D | scan-build | 33 my $UseColor = (defined $TERM and $TERM =~ 'xterm-.*color' and -t STDOUT 86 if ($UseColor) { 96 if ($UseColor) { 114 if ($UseColor) {
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 712 cl::opt<cl::boolOrDefault> UseColor( in run() local 769 ViewOpts.Colors = UseColor == cl::BOU_UNSET in run() 771 : UseColor == cl::BOU_TRUE; in run() 774 if (UseColor == cl::BOU_FALSE) in run() 779 if (UseColor == cl::BOU_TRUE) in run()
|