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

/external/llvm/include/llvm/Option/
H A DOptTable.h172 const char *Title, bool ShowHidden = false) const;
/external/llvm/lib/Support/
H A DCommandLine.cpp1382 bool ShowHidden) {
1392 if (I->second->getOptionHiddenFlag() == Hidden && !ShowHidden)
1411 const bool ShowHidden; member in class:__anon21288::HelpPrinter
1420 explicit HelpPrinter(bool showHidden) : ShowHidden(showHidden) {}
1434 sortOpts(OptMap, Opts, ShowHidden);
1535 if (!ShowHidden && IsEmptyCategory)
1663 sortOpts(OptMap, Opts, /*ShowHidden*/true);
1380 sortOpts(StringMap<Option*> &OptMap, SmallVectorImpl< std::pair<const char *, Option*> > &Opts, bool ShowHidden) argument
/external/llvm/lib/Option/
H A DOptTable.cpp377 bool ShowHidden) const {
379 (ShowHidden ? 0 : HelpHidden));
/external/clang/include/clang/Driver/
H A DDriver.h313 /// \param ShowHidden - Show hidden options.
314 void PrintHelp(bool ShowHidden) const;
/external/clang/lib/Driver/
H A DDriver.cpp642 void Driver::PrintHelp(bool ShowHidden) const {
649 if (!ShowHidden)

Completed in 259 milliseconds