Home
last modified time | relevance | path

Searched defs:HasCommands (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp352 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1927 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter