Searched defs:HasCommands (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBCommandInterpreter.cpp | 337 bool SBCommandInterpreter::HasCommands() { HasCommands() function in SBCommandInterpreter |
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/ | ||
H A D | CommandInterpreter.cpp | 2162 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } HasCommands() function in CommandInterpreter |