Home
last modified time | relevance | path

Searched refs:EditLineStringStreamType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h66 using EditLineStringStreamType = std::wstringstream; variable
70 using EditLineStringStreamType = std::stringstream;
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp137 EditLineStringStreamType combined_stream; in CombineLines()