Home
last modified time | relevance | path

Searched defs:use_color (Results 1 – 7 of 7) sorted by relevance

/llvm-project/third-party/benchmark/tools/gbench/
H A Dreport.py55 def color_format(use_color, fmt_str, *args, **kwargs): argument
232 def print_utest(bc_name, utest, utest_alpha, first_col_width, use_color=True): argument
387 use_color=True, argument
/llvm-project/lldb/test/API/source-manager/
H A DTestSourceManager.py79 self, use_color, needle_regex, highlight_source=False argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/tool/
H A Drun-clang-tidy.py106 get_tidy_invocation( f, clang_tidy_binary, checks, tmpdir, build_path, header_filter, allow_enabling_alpha_checkers, extra_arg, extra_arg_before, quiet, config_file_path, config, line_filter, use_color, plugins, warnings_as_errors, exclude_header_filter, allow_no_checks, ) global() argument
/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1395 SetUseColor(bool use_color) SetUseColor() argument
/llvm-project/lldb/source/Core/
H A DDebugger.cpp2107 const bool use_color = GetUseColor(); HandleProgressEvent() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1557 const bool use_color = interpreter.GetDebugger().GetUseColor(); LookupSymbolInModule() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc3290 const bool use_color = in_color_mode && (color != GTestColor::kDefault); in ColoredPrintf() local