Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1770 size_t FormattingLen = 3; in getOptionWidth() local
1772 FormattingLen = 6; in getOptionWidth()
1773 Len += getValueStr(O, ValName).size() + FormattingLen; in getOptionWidth()