Searched refs:UserMultiwordCommandExists (Results 1 – 3 of 3) sorted by relevance
295 bool UserMultiwordCommandExists(llvm::StringRef cmd) const;
446 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in DoExecute()542 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in HandleAliasingNormalCommand()
1342 bool CommandInterpreter::UserMultiwordCommandExists(llvm::StringRef cmd) const { in UserMultiwordCommandExists() function in CommandInterpreter