Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h486 bool HasUserMultiwordCommands() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1042 if (HasUserMultiwordCommands()) { in GetCommandSP()
1105 if (HasUserMultiwordCommands()) { in GetCommandSP()
2181 bool CommandInterpreter::HasUserMultiwordCommands() const { in HasUserMultiwordCommands() function in CommandInterpreter
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2389 !m_interpreter.HasUserMultiwordCommands()) { in DoExecute()