Searched refs:type_desc_stream (Results 1 – 1 of 1) sorted by relevance
306 lldb_private::StreamString type_desc_stream; in CreateResultVariable() local307 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()313 type_desc_stream.GetData()); in CreateResultVariable()318 lldb_private::StreamString type_desc_stream; in CreateResultVariable() local319 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()321 LLDB_LOG(log, "Result decl type: \"{0}\"", type_desc_stream.GetData()); in CreateResultVariable()