Searched defs:CommandLineCommonOptions (Results 1 – 1 of 1) sorted by relevance
2439 struct CommandLineCommonOptions { struct2442 HelpPrinter UncategorizedNormalPrinter{false};2443 HelpPrinter UncategorizedHiddenPrinter{true};2458 cl::opt<HelpPrinter, true, parser<bool>> HLOp{2468 cl::opt<HelpPrinter, true, parser<bool>> HLHOp{2500 cl::opt<bool> PrintOptions{2508 cl::opt<bool> PrintAllOptions{2516 VersionPrinterTy OverrideVersionPrinter = nullptr;2518 std::vector<VersionPrinterTy> ExtraVersionPrinters;2521 VersionPrinter VersionPrinterInstance;[all …]