Searched defs:CommandLineCommonOptions (Results 1 – 1 of 1) sorted by relevance
2562 struct CommandLineCommonOptions { struct2565 HelpPrinter UncategorizedNormalPrinter{false};2566 HelpPrinter UncategorizedHiddenPrinter{true};2581 cl::opt<HelpPrinter, true, parser<bool>> HLOp{2591 cl::opt<HelpPrinter, true, parser<bool>> HLHOp{2623 cl::opt<bool> PrintOptions{2631 cl::opt<bool> PrintAllOptions{2639 VersionPrinterTy OverrideVersionPrinter = nullptr;2641 std::vector<VersionPrinterTy> ExtraVersionPrinters;2644 VersionPrinter VersionPrinterInstance;[all …]