Searched refs:CommandInterpreterResult (Results 1 – 5 of 5) sorted by relevance
244 lldb::CommandInterpreterResult246 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::CommandInterpreterResult, in GetResult()310 LLDB_REGISTER_METHOD_CONST(lldb::CommandInterpreterResult, in RegisterMethods()
40 lldb::CommandInterpreterResult GetResult() const { return m_result; } in GetResult()42 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult()51 void SetResult(lldb::CommandInterpreterResult result) { m_result = result; } in SetResult()55 lldb::CommandInterpreterResult m_result =
98 lldb::CommandInterpreterResult GetResult() const;
1122 enum CommandInterpreterResult { enum
1387 CommandInterpreterResult section in Enumerators