Searched refs:UserMultiwordCommandExists (Results 1 – 3 of 3) sorted by relevance
317 bool UserMultiwordCommandExists(llvm::StringRef cmd) const;
432 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in DoExecute()526 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in HandleAliasingNormalCommand()
1437 bool CommandInterpreter::UserMultiwordCommandExists(llvm::StringRef cmd) const { in UserMultiwordCommandExists() function in CommandInterpreter