Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp835 std::stringstream lineStream{std::string(long_help)}; in FormatLongHelpText() local
837 while (std::getline(lineStream, line)) { in FormatLongHelpText()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp3668 StreamString lineStream; in WindowDelegateDraw() local
3669 m_file_sp->DisplaySourceLines(curr_line + 1, {}, 0, 0, &lineStream); in WindowDelegateDraw()
3670 StringRef line = lineStream.GetString(); in WindowDelegateDraw()