Searched refs:AddUserCommand (Results 1 – 5 of 5) sorted by relevance
134 error = interp.AddUserCommand( in TEST_F()
546 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddMultiwordCommand()578 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddCommand()
1498 Status error = m_interpreter.AddUserCommand( in IOHandlerInputComplete()1612 m_interpreter.AddUserCommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute()1922 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute()
261 Status AddUserCommand(llvm::StringRef name,
1123 Status CommandInterpreter::AddUserCommand(llvm::StringRef name, in AddUserCommand() function in CommandInterpreter