Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp130 size_t OptionFieldWidth = 0; in printCheckerWithDescList() local
136 OptionFieldWidth = std::max(OptionFieldWidth, NameLength); in printCheckerWithDescList()
144 InitialPad, OptionFieldWidth); in printCheckerWithDescList()
/openbsd-src/gnu/llvm/llvm/lib/Option/
H A DOptTable.cpp577 unsigned OptionFieldWidth = 0; in PrintHelpOptionList() local
582 OptionFieldWidth = std::max(OptionFieldWidth, Length); in PrintHelpOptionList()
588 int Pad = OptionFieldWidth - int(Option.size()); in PrintHelpOptionList()
594 Pad = OptionFieldWidth + InitialPad; in PrintHelpOptionList()