Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp828 std::stringstream lineStream{std::string(long_help)}; in FormatLongHelpText() local
830 while (std::getline(lineStream, line)) { in FormatLongHelpText()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5503 StreamString lineStream; in WindowDelegateDraw() local
5504 m_file_sp->DisplaySourceLines(curr_line + 1, {}, 0, 0, &lineStream); in WindowDelegateDraw()
5505 StringRef line = lineStream.GetString(); in WindowDelegateDraw()