Searched refs:last_space (Results 1 – 1 of 1) sorted by relevance
3021 std::size_t last_space = llvm::StringRef::npos; in OutputFormattedHelpText() local3023 last_space = this_line.find_last_of(" \t"); in OutputFormattedHelpText()3026 this_line = this_line.substr(0, std::min(first_newline, last_space)); in OutputFormattedHelpText()