/llvm-project/lldb/test/API/source-manager/ |
H A D | TestSourceManager.py | 79 self, use_color, needle_regex, highlight_source=False argument 100 self.dbg.SetUseColor(use_color) 143 use_color = False 144 self.do_display_source_python_api(use_color, r"\s+\^") 150 use_color = True 152 self.do_display_source_python_api(use_color, underline_regex) 158 use_color = True 163 self.do_display_source_python_api(use_color, color_regex, syntax_highlighting) 167 self.do_display_source_python_api(use_color, color_regex, syntax_highlighting) 170 self.do_display_source_python_api(use_color, [all...] |
/llvm-project/third-party/benchmark/tools/gbench/ |
H A D | report.py | 55 def color_format(use_color, fmt_str, *args, **kwargs): argument 62 assert use_color is True or use_color is False 63 if not use_color: 232 def print_utest(bc_name, utest, utest_alpha, first_col_width, use_color=True): argument 260 use_color, 387 use_color=True, argument 423 use_color, 449 use_color=use_color, 581 self.json_diff_report, use_color=False 858 self.json_diff_report, use_color=False [all …]
|
/llvm-project/clang-tools-extra/clang-tidy/tool/ |
H A D | run-clang-tidy.py | 103 use_color: bool, 119 if use_color is not None: 120 if use_color: 260 args.use_color, 506 args.use_color, 106 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
|
H A D | clang-tidy-diff.py | 367 if args.use_color:
|
/llvm-project/lldb/include/lldb/API/ |
H A D | SBDebugger.h | 307 bool SetUseColor(bool use_color);
|
/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 66 void SetUseColor(bool use_color); 1390 void DisassemblerLLVMC::MCDisasmInstance::SetUseColor(bool use_color) { in SetStyle() 1391 m_instr_printer_up->setUseColor(use_color); in SetStyle() 1395 SetUseColor(bool use_color) SetUseColor() argument
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 305 bool SetUseColor(bool use_color);
|
/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 2144 const bool use_color = GetUseColor(); in SetIOHandlerThread() 2148 "%s", ansi::FormatAnsiTerminalCodes(ansi_prefix, use_color).c_str()); in StartIOHandlerThread() 2155 "%s", ansi::FormatAnsiTerminalCodes(ansi_suffix, use_color).c_str()); in StartIOHandlerThread() 2107 const bool use_color = GetUseColor(); HandleProgressEvent() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 1556 const bool use_color = interpreter.GetDebugger().GetUseColor(); in LookupSymbolInModule() 1586 use_color && name_is_regex in LookupSymbolInModule() 1595 use_color && name_is_regex in LookupSymbolInModule() 1557 const bool use_color = interpreter.GetDebugger().GetUseColor(); LookupSymbolInModule() local
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest.cc | 3290 const bool use_color = in_color_mode && (color != GTestColor::kDefault); in ColoredPrintf() local 3292 if (!use_color) { in ColoredPrintf()
|