Home
last modified time | relevance | path

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

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