Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp337 bool SBCommandInterpreter::HasCommands() { HasCommands() function in SBCommandInterpreter
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2162 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } HasCommands() function in CommandInterpreter