Searched refs:type_desc_stream (Results 1 – 1 of 1) sorted by relevance
303 lldb_private::StreamString type_desc_stream; in CreateResultVariable() local304 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()310 type_desc_stream.GetData(), in CreateResultVariable()316 lldb_private::StreamString type_desc_stream; in CreateResultVariable() local317 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()319 LLDB_LOG(log, "Result decl type: \"{0}\"", type_desc_stream.GetData()); in CreateResultVariable()