Searched refs:ShowHidden (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h233 bool ShowHidden = false, bool ShowAllAliases = false) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp534 bool ShowHidden, bool ShowAllAliases) const {
536 (ShowHidden ? 0 : HelpHidden), ShowAllAliases);
533 PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, bool ShowHidden, bool ShowAllAliases) const argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h458 /// \param ShowHidden - Show hidden options.
459 void PrintHelp(bool ShowHidden) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2119 bool ShowHidden) {
2129 if (I->second->getOptionHiddenFlag() == Hidden && !ShowHidden)
2159 const bool ShowHidden; member in class:__anon3781::HelpPrinter
2182 explicit HelpPrinter(bool showHidden) : ShowHidden(showHidden) {}
2202 sortOpts(OptionsMap, Opts, ShowHidden);
2327 if (!ShowHidden && IsEmptyCategory)
2456 sortOpts(ActiveSubCommand->OptionsMap, Opts, /*ShowHidden*/ true);
2117 sortOpts(StringMap<Option *> &OptMap, SmallVectorImpl<std::pair<const char *, Option *>> &Opts, bool ShowHidden) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1560 void Driver::PrintHelp(bool ShowHidden) const {
1567 if (!ShowHidden)

Completed in 136 milliseconds