Searched defs:CommandLineCommonOptions (Results 1 – 1 of 1) sorted by relevance
2495 struct CommandLineCommonOptions { struct2498 HelpPrinter UncategorizedNormalPrinter{false};2499 HelpPrinter UncategorizedHiddenPrinter{true};2514 cl::opt<HelpPrinter, true, parser<bool>> HLOp{2524 cl::opt<HelpPrinter, true, parser<bool>> HLHOp{2556 cl::opt<bool> PrintOptions{2564 cl::opt<bool> PrintAllOptions{2572 VersionPrinterTy OverrideVersionPrinter = nullptr;2574 std::vector<VersionPrinterTy> ExtraVersionPrinters;2577 VersionPrinter VersionPrinterInstance;[all …]