Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp681 auto *LinesIt = Lines.begin(); in PrintHelpOptionList() local
682 OS.indent(FirstLinePad + 1) << *LinesIt << '\n'; in PrintHelpOptionList()
683 while (Lines.end() != ++LinesIt) in PrintHelpOptionList()
684 OS.indent(Pad + 1) << *LinesIt << '\n'; in PrintHelpOptionList()