Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h88 bool HasCommands();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp350 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter
353 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h489 bool HasCommands() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1053 if (HasCommands()) { in GetCommandSP()
1096 if (HasCommands()) { in GetCommandSP()
2324 bool CommandInterpreter::HasCommands() const { in HasCommands() function in CommandInterpreter
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp620 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
695 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12949 result = (bool)(arg1)->HasCommands(); in _wrap_SBCommandInterpreter_HasCommands()