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(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() function in OptTable
151 OptTable::~OptTable() { in ~OptTable()
154 const Option OptTable::getOption(OptSpecifier Opt) const { in getOption()
173 static unsigned matchOption(const OptTable::Info *I, StringRef Str, in matchOption()
189 Arg *OptTable::ParseOneArg(const ArgList &Args, unsigned &Index, in ParseOneArg()
248 InputArgList OptTable::ParseArgs(ArrayRef<const char *> ArgArr, in ParseArgs()
291 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpName()
366 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpGroup()
384 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, in PrintHelp()
391 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, in PrintHelp()