Searched refs:CommandInterpreterResult (Results 1 – 5 of 5) sorted by relevance
41 lldb::CommandInterpreterResult GetResult() const { return m_result; } in GetResult()43 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult()52 void SetResult(lldb::CommandInterpreterResult result) { m_result = result; } in SetResult()56 lldb::CommandInterpreterResult m_result =
99 lldb::CommandInterpreterResult GetResult() const;
215 lldb::CommandInterpreterResult
1197 enum CommandInterpreterResult { enum
1390 CommandInterpreterResult section in Enumerators