Searched refs:CommandInterpreterRunResult (Results 1 – 5 of 5) sorted by relevance
18 class CommandInterpreterRunResult; variable98 const lldb_private::CommandInterpreterRunResult &rhs);101 std::unique_ptr<lldb_private::CommandInterpreterRunResult> m_opaque_up;
188 : m_opaque_up(new CommandInterpreterRunResult()) in SBCommandInterpreterRunResult()196 : m_opaque_up(new CommandInterpreterRunResult()) { in SBCommandInterpreterRunResult()204 const CommandInterpreterRunResult &rhs) in SBCommandInterpreterRunResult()206 m_opaque_up = std::make_unique<CommandInterpreterRunResult>(rhs); in SBCommandInterpreterRunResult()
1191 CommandInterpreterRunResult result = in RunCommandInterpreter()1211 CommandInterpreterRunResult result = in RunCommandInterpreter()
32 class CommandInterpreterRunResult {34 CommandInterpreterRunResult() in CommandInterpreterRunResult() function476 CommandInterpreterRunResult650 CommandInterpreterRunResult m_result;
3065 CommandInterpreterRunResult CommandInterpreter::RunCommandInterpreter( in RunCommandInterpreter()3071 m_result = CommandInterpreterRunResult(); in RunCommandInterpreter()