Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i120 HasCommands ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp344 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter
345 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, HasCommands); in HasCommands()
347 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
798 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, HasCommands, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h56 bool HasCommands();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp601 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
689 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
1625 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h411 bool HasCommands() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp908 if (HasCommands()) { in GetCommandSP()
943 if (HasCommands()) { in GetCommandSP()
1928 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11949 result = (bool)(arg1)->HasCommands(); in _wrap_SBCommandInterpreter_HasCommands()