Home | History | Annotate | Download | only in Driver

Lines Matching defs:OptTable

1 //===--- OptTable.cpp - Option Table Implementation -----------------------===//
10 #include "clang/Driver/OptTable.h"
50 static inline bool operator<(const OptTable::Info &A, const OptTable::Info &B) {
65 static inline bool operator<(const OptTable::Info &I, const char *Name) {
68 static inline bool operator<(const char *Name, const OptTable::Info &I) {
80 OptTable::OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos)
126 OptTable::~OptTable() {
132 Option *OptTable::CreateOption(unsigned id) const {
188 Arg *OptTable::ParseOneArg(const ArgList &Args, unsigned &Index) const {
230 InputArgList *OptTable::ParseArgs(const char* const *ArgBegin,
266 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) {
328 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) {
346 void OptTable::PrintHelp(raw_ostream &OS, const char *Name,