Home
last modified time | relevance | path

Searched refs:HasUserMultiwordCommands (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h461 bool HasUserMultiwordCommands() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp998 if (HasUserMultiwordCommands()) { in GetCommandSP()
1061 if (HasUserMultiwordCommands()) { in GetCommandSP()
2118 bool CommandInterpreter::HasUserMultiwordCommands() const { in HasUserMultiwordCommands() function in CommandInterpreter
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp1720 !m_interpreter.HasUserMultiwordCommands()) { in DoExecute()