Searched refs:TextResult (Results 1 – 5 of 5) sorted by relevance
31 static lldb_private::mcp::protocol::TextResult33 lldb_private::mcp::protocol::TextResult text_result; in createTextResult()56 llvm::Expected<protocol::TextResult>
24 virtual llvm::Expected<protocol::TextResult>45 virtual llvm::Expected<protocol::TextResult>
157 struct TextResult { struct162 llvm::json::Value toJSON(const TextResult &); argument163 bool fromJSON(const llvm::json::Value &, TextResult &, llvm::json::Path);
180 llvm::json::Value toJSON(const TextResult &TR) { in toJSON()184 bool fromJSON(const llvm::json::Value &V, TextResult &TR, llvm::json::Path P) { in fromJSON()
342 llvm::Expected<protocol::TextResult> text_result = in ToolsCallHandler()