Home
last modified time | relevance | path

Searched refs:SetColorizeErrors (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp327 expr_options.SetColorizeErrors(colorize_err); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h396 void SetColorizeErrors(bool b) { m_ansi_color_errors = b; } in SetColorizeErrors() function