Searched refs:CommandInterpreterRunResult (Results 1 – 5 of 5) sorted by relevance
18 class CommandInterpreterRunResult; variable102 const lldb_private::CommandInterpreterRunResult &rhs);105 std::unique_ptr<lldb_private::CommandInterpreterRunResult> m_opaque_up;
202 : m_opaque_up(new CommandInterpreterRunResult()) in SBCommandInterpreterRunResult()210 : m_opaque_up(new CommandInterpreterRunResult()) { in SBCommandInterpreterRunResult()218 const CommandInterpreterRunResult &rhs) in SBCommandInterpreterRunResult()220 m_opaque_up = std::make_unique<CommandInterpreterRunResult>(rhs); in SBCommandInterpreterRunResult()
1235 CommandInterpreterRunResult result = in RunCommandInterpreter()1255 CommandInterpreterRunResult result = in RunCommandInterpreter()
34 class CommandInterpreterRunResult {36 CommandInterpreterRunResult() = default;472 CommandInterpreterRunResult656 CommandInterpreterRunResult m_result;
3080 CommandInterpreterRunResult CommandInterpreter::RunCommandInterpreter( in RunCommandInterpreter()3086 m_result = CommandInterpreterRunResult(); in RunCommandInterpreter()