Home
last modified time | relevance | path

Searched refs:IsInteractive (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h94 bool IsInteractive();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp356 bool SBCommandInterpreter::IsInteractive() { in IsInteractive() function in SBCommandInterpreter
359 return (IsValid() ? m_opaque_ptr->IsInteractive() : false); in IsInteractive()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h654 bool IsInteractive();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3285 bool CommandInterpreter::IsInteractive() { in IsInteractive() function in CommandInterpreter
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13056 result = (bool)(arg1)->IsInteractive(); in _wrap_SBCommandInterpreter_IsInteractive()