Searched defs:CommandLineCommonOptions (Results 1 – 1 of 1) sorted by relevance
2569 struct CommandLineCommonOptions { struct2572 HelpPrinter UncategorizedNormalPrinter{false};2573 HelpPrinter UncategorizedHiddenPrinter{true};2588 cl::opt<HelpPrinter, true, parser<bool>> HLOp{2598 cl::opt<HelpPrinter, true, parser<bool>> HLHOp{2630 cl::opt<bool> PrintOptions{2638 cl::opt<bool> PrintAllOptions{2646 VersionPrinterTy OverrideVersionPrinter = nullptr;2648 std::vector<VersionPrinterTy> ExtraVersionPrinters;2651 VersionPrinter VersionPrinterInstance;[all …]