Searched refs:GetIsInteractive (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp35 input.GetIsInteractive()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp111 bool IOHandler::GetIsInteractive() { function in class:IOHandler
112 return GetInputFileSP() ? GetInputFileSP()->GetIsInteractive() : false;
282 m_delegate.IOHandlerActivated(*this, GetIsInteractive());
322 if (GetIsInteractive()) {
498 if (m_base_line_number > 0 && GetIsInteractive()) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h335 bool GetIsInteractive();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp83 if (m_io_handler_sp->GetIsInteractive() &&
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h148 bool GetIsInteractive();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp187 bool File::GetIsInteractive() { function in class:File
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2740 const bool is_interactive = io_handler.GetIsInteractive();

Completed in 94 milliseconds