Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp574 std::stringstream lineStream{std::string(long_help)}; in FormatLongHelpText() local
576 while (std::getline(lineStream, line)) { in FormatLongHelpText()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7024 StreamString lineStream; in WindowDelegateDraw() local
7030 &lineStream); in WindowDelegateDraw()
7031 StringRef line = lineStream.GetString(); in WindowDelegateDraw()