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