Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Option/
H A DOptTable.cpp593 unsigned OptionFieldWidth = 0; in PrintHelpOptionList() local
598 OptionFieldWidth = std::max(OptionFieldWidth, Length); in PrintHelpOptionList()
604 int Pad = OptionFieldWidth - int(Option.size()); in PrintHelpOptionList()
610 Pad = OptionFieldWidth + InitialPad; in PrintHelpOptionList()