Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i129 IsInteractive ();
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h62 bool IsInteractive();
/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp337 bool SBCommandInterpreter::IsInteractive() { in IsInteractive() function in SBCommandInterpreter
340 return (IsValid() ? m_opaque_ptr->IsInteractive() : false); in IsInteractive()
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h635 bool IsInteractive();
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3253 bool CommandInterpreter::IsInteractive() { in IsInteractive() function in CommandInterpreter