Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h295 bool UserMultiwordCommandExists(llvm::StringRef cmd) const;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp446 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in DoExecute()
542 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in HandleAliasingNormalCommand()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1342 bool CommandInterpreter::UserMultiwordCommandExists(llvm::StringRef cmd) const { in UserMultiwordCommandExists() function in CommandInterpreter