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

Declarations

lib/Support/CommandLine.cpp
  124   friend raw_ostream &operator<<(raw_ostream &OS, const PrintArg&);

References

lib/Support/CommandLine.cpp
 1450                 << PrintArg(NearestHandlerString) << "'?\n";
 1604     Errs << GlobalParser->ProgramName << ": for the " << PrintArg(ArgName);
 1665   outs() << PrintArg(ArgStr);
 1695   outs() << PrintArg(O.ArgStr);
 1711   outs() << PrintArg(O.ArgStr);
 1872           outs() << PrintArg(O.ArgStr);
 1880     outs() << PrintArg(O.ArgStr) << EqValue;
 1906       outs() << "    " << PrintArg(Option);
 1920   outs() << "  " << PrintArg(O.ArgStr);