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