Home
last modified time | relevance | path

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

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