Lines Matching refs:OptTable
56 static inline bool operator<(const OptTable::Info &A, const OptTable::Info &B) { in operator <()
79 static inline bool operator<(const OptTable::Info &I, const char *Name) { in operator <()
87 OptTable::OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos, in OptTable() function in OptTable
157 OptTable::~OptTable() { in ~OptTable()
160 const Option OptTable::getOption(OptSpecifier Opt) const { in getOption()
179 static unsigned matchOption(const OptTable::Info *I, StringRef Str, in matchOption()
195 Arg *OptTable::ParseOneArg(const ArgList &Args, unsigned &Index, in ParseOneArg()
254 InputArgList *OptTable::ParseArgs(const char *const *ArgBegin, in ParseArgs()
293 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpName()
357 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpGroup()
375 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, in PrintHelp()
382 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, in PrintHelp()