Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h286 bool UserMultiwordCommandExists(llvm::StringRef cmd) const;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp445 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in DoExecute()
539 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in HandleAliasingNormalCommand()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1324 bool CommandInterpreter::UserMultiwordCommandExists(llvm::StringRef cmd) const { in UserMultiwordCommandExists() function in CommandInterpreter