Searched refs:LinesIt (Results 1 – 1 of 1) sorted by relevance
681 auto *LinesIt = Lines.begin(); in PrintHelpOptionList() local682 OS.indent(FirstLinePad + 1) << *LinesIt << '\n'; in PrintHelpOptionList()683 while (Lines.end() != ++LinesIt) in PrintHelpOptionList()684 OS.indent(Pad + 1) << *LinesIt << '\n'; in PrintHelpOptionList()