Home
last modified time | relevance | path

Searched refs:HasCommands (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h87 bool HasCommands();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp337 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter
340 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h466 bool HasCommands() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp644 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
731 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1001 if (HasCommands()) { in GetCommandSP()
1044 if (HasCommands()) { in GetCommandSP()
2162 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12186 result = (bool)(arg1)->HasCommands(); in _wrap_SBCommandInterpreter_HasCommands()