Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h472 bool HasUserMultiwordCommands() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1019 if (HasUserMultiwordCommands()) { in GetCommandSP()
1082 if (HasUserMultiwordCommands()) { in GetCommandSP()
2168 bool CommandInterpreter::HasUserMultiwordCommands() const { in HasUserMultiwordCommands() function in CommandInterpreter
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1743 !m_interpreter.HasUserMultiwordCommands()) { in DoExecute()