Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h67 using EditLineStringStreamType = std::wstringstream; variable
71 using EditLineStringStreamType = std::stringstream;
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp138 EditLineStringStreamType combined_stream; in CombineLines()