Searched refs:type_desc_stream (Results 1 – 1 of 1) sorted by relevance
305 lldb_private::StreamString type_desc_stream; in CreateResultVariable() local306 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()312 type_desc_stream.GetData()); in CreateResultVariable()317 lldb_private::StreamString type_desc_stream; in CreateResultVariable() local318 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()320 LLDB_LOG(log, "Result decl type: \"{0}\"", type_desc_stream.GetData()); in CreateResultVariable()