Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreter.h88 bool HasCommands();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp338 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter
341 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h480 bool HasCommands() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp1024 if (HasCommands()) { in GetCommandSP()
1067 if (HasCommands()) { in GetCommandSP()
2175 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp613 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
688 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp12984 result = (bool)(arg1)->HasCommands(); in _wrap_SBCommandInterpreter_HasCommands()