Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i120 HasCommands ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h56 bool HasCommands();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp319 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter
322 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h464 bool HasCommands() const;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp648 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
736 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp998 if (HasCommands()) { in GetCommandSP()
1041 if (HasCommands()) { in GetCommandSP()
2159 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter