Lines Matching defs:PrintArg
133 class PrintArg {
137 PrintArg(StringRef ArgName, size_t Pad = DefaultPad) : ArgName(ArgName), Pad(Pad) {}
138 friend raw_ostream &operator<<(raw_ostream &OS, const PrintArg &);
141 raw_ostream &operator<<(raw_ostream &OS, const PrintArg& Arg) {
1703 *Errs << PrintArg(NearestArgumentName, 0);
1857 Errs << GlobalParser->ProgramName << ": for the " << PrintArg(ArgName, 0);
1916 outs() << PrintArg(ArgStr);
1946 outs() << PrintArg(O.ArgStr);
1965 outs() << PrintArg(O.ArgStr);
2124 outs() << PrintArg(O.ArgStr);
2132 outs() << PrintArg(O.ArgStr) << EqValue;
2158 outs() << " " << PrintArg(Option);
2172 outs() << " " << PrintArg(O.ArgStr);