Home
last modified time | relevance | path

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

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