CommandLine.h | 302 // want. This is only valid on "opt" arguments, not on "list" arguments. 309 template<class Opt> 310 void apply(Opt &O) const { O.setInitialValue(Init); } 328 template<class Opt> 329 void apply(Opt &O) const { O.setLocation(O, Loc); } 341 template<class Opt> 342 void apply(Opt &O) const { O.setCategory(Category); } 498 template<class Opt> 499 void apply(Opt &O) const { 596 // -opt=O2 or -opt O2 or -optO 1002 static void opt(const Mod &M, Opt &O) { M.apply(O); } function in struct:llvm::cl::applicator 1008 static void opt(const char *Str, Opt &O) { O.setArgStr(Str); } function in struct:llvm::cl::applicator 1012 static void opt(const char *Str, Opt &O) { O.setArgStr(Str); } function in struct:llvm::cl::applicator 1016 static void opt(const char *Str, Opt &O) { O.setArgStr(Str); } function in struct:llvm::cl::applicator 1020 static void opt(NumOccurrencesFlag NO, Option &O) { function in struct:llvm::cl::applicator 1025 static void opt(ValueExpected VE, Option &O) { O.setValueExpectedFlag(VE); } function in struct:llvm::cl::applicator 1028 static void opt(OptionHidden OH, Option &O) { O.setHiddenFlag(OH); } function in struct:llvm::cl::applicator 1031 static void opt(FormattingFlags FF, Option &O) { O.setFormattingFlag(FF); } function in struct:llvm::cl::applicator 1034 static void opt(MiscFlags MF, Option &O) { O.setMiscFlag(MF); } function in struct:llvm::cl::applicator 1146 class opt : public Option, class in namespace:llvm::cl 1200 explicit opt(const M0t &M0) : Option(Optional, NotHidden) { function in class:llvm::cl::opt 1207 opt(const M0t &M0, const M1t &M1) : Option(Optional, NotHidden) { function in class:llvm::cl::opt 1214 opt(const M0t &M0, const M1t &M1, function in class:llvm::cl::opt 1221 opt(const M0t &M0, const M1t &M1, const M2t &M2, function in class:llvm::cl::opt 1228 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, function in class:llvm::cl::opt 1237 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, function in class:llvm::cl::opt 1246 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, function in class:llvm::cl::opt 1256 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, function in class:llvm::cl::opt [all...] |