reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/CommandLine.h
 1169   template <class Opt> static void opt(const Mod &M, Opt &O) { M.apply(O); }
 1217 void apply(Opt *O, const Mod &M, const Mods &... Ms) {
 1217 void apply(Opt *O, const Mod &M, const Mods &... Ms) {
 1218   applicator<Mod>::opt(M, *O);
 1591   explicit list(const Mods &... Ms)