Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h101 bool HasCommands();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp353 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter
354 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h384 bool HasCommands() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp865 if (HasCommands()) { in GetCommandSP()
900 if (HasCommands()) { in GetCommandSP()
1930 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter