Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7026 StreamString lineStream; in WindowDelegateDraw() local
7032 &lineStream); in WindowDelegateDraw()
7033 StringRef line = lineStream.GetString(); in WindowDelegateDraw()