Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h470 bool HasUserMultiwordCommands() const;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1016 if (HasUserMultiwordCommands()) { in GetCommandSP()
1079 if (HasUserMultiwordCommands()) { in GetCommandSP()
2165 bool CommandInterpreter::HasUserMultiwordCommands() const { in HasUserMultiwordCommands() function in CommandInterpreter
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1723 !m_interpreter.HasUserMultiwordCommands()) { in DoExecute()