Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h309 bool UserMultiwordCommandExists(llvm::StringRef cmd) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp425 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in DoExecute()
519 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in HandleAliasingNormalCommand()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp1347 bool CommandInterpreter::UserMultiwordCommandExists(llvm::StringRef cmd) const { in UserMultiwordCommandExists() function in CommandInterpreter