Home
last modified time | relevance | path

Searched refs:has_colors (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DSyntaxHighlighting.cpp23 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE) { in WithColor()
35 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE) in ~WithColor()
/external/llvm/tools/llvm-mcmarkup/
Dllvm-mcmarkup.cpp100 if (!outs().has_colors()) in processStartTag()
116 if (!outs().has_colors()) in processEndTag()
/external/llvm/include/llvm/Support/
Draw_ostream.h256 virtual bool has_colors() const { return is_displayed(); } in has_colors() function
411 bool has_colors() const override;
/external/toybox/kconfig/lxdialog/
Dutil.c225 if (has_colors()) { /* Terminal supports color? */ in color_setup()
444 if (has_colors()) { /* Whether terminal supports color? */ in draw_shadow()
/external/clang/lib/Frontend/
DASTConsumers.cpp56 bool ShowColors = Out.has_colors(); in TraverseDecl()
/external/llvm/lib/Support/
DSourceMgr.cpp338 ShowColors &= S.has_colors(); in print()
Draw_ostream.cpp706 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
/external/llvm/lib/Support/Unix/
DProcess.inc363 // isn't entirely obvious. We can use the curses routine 'has_colors' but it