Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp646 std::stringstream lineStream{std::string(long_help)}; in FormatLongHelpText() local
648 while (std::getline(lineStream, line)) { in FormatLongHelpText()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7048 StreamString lineStream; in WindowDelegateDraw() local
7054 &lineStream); in WindowDelegateDraw()
7055 StringRef line = lineStream.GetString(); in WindowDelegateDraw()