Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp656 unsigned OptionFieldWidth = 0; in PrintHelpOptionList() local
661 OptionFieldWidth = std::max(OptionFieldWidth, Length); in PrintHelpOptionList()
667 int Pad = OptionFieldWidth + InitialPad; in PrintHelpOptionList()
668 int FirstLinePad = OptionFieldWidth - int(Option.size()); in PrintHelpOptionList()
674 FirstLinePad = OptionFieldWidth + InitialPad; in PrintHelpOptionList()