Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2600 std::size_t first_newline = this_line.find_first_of("\n"); in OutputFormattedHelpText() local
2608 this_line = this_line.substr(0, std::min(first_newline, last_space)); in OutputFormattedHelpText()