Searched refs:text_result (Results 1 – 2 of 2) sorted by relevance
33 lldb_private::mcp::protocol::TextResult text_result; in createTextResult() local34 text_result.content.emplace_back( in createTextResult()36 text_result.isError = is_error; in createTextResult()37 return text_result; in createTextResult()
342 llvm::Expected<protocol::TextResult> text_result = in ToolsCallHandler() local344 if (!text_result) in ToolsCallHandler()345 return text_result.takeError(); in ToolsCallHandler()347 response.result.emplace(toJSON(*text_result)); in ToolsCallHandler()