Searched refs:TextContent (Results 1 – 6 of 6) sorted by relevance
149 struct TextContent { struct154 llvm::json::Value toJSON(const TextContent &); argument155 bool fromJSON(const llvm::json::Value &, TextContent &, llvm::json::Path);158 std::vector<TextContent> content;
35 lldb_private::mcp::protocol::TextContent{{std::move(output)}}); in createTextResult()
171 llvm::json::Value toJSON(const TextContent &TC) { in toJSON()175 bool fromJSON(const llvm::json::Value &V, TextContent &TC, llvm::json::Path P) { in fromJSON()
36 TextContent, enumerator209 : Stream(StreamKind::TextContent, Type), Text(Text) {} in Stream()212 return S->Kind == StreamKind::TextContent; in classof()
90 return StreamKind::TextContent; in getKind()115 case StreamKind::TextContent: in create()459 case MinidumpYAML::Stream::StreamKind::TextContent: in mapping()480 case MinidumpYAML::Stream::StreamKind::TextContent: in validate()575 case StreamKind::TextContent: in create()
240 case Stream::StreamKind::TextContent: in layout()