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) {
1687 *Errs << PrintArg(NearestArgumentName, 0);
1841 Errs << GlobalParser->ProgramName << ": for the " << PrintArg(ArgName, 0);
1900 outs() << PrintArg(ArgStr);
1930 outs() << PrintArg(O.ArgStr);
1949 outs() << PrintArg(O.ArgStr);
2130 outs() << PrintArg(O.ArgStr);
2138 outs() << PrintArg(O.ArgStr) << EqValue;
2164 outs() << " " << PrintArg(Option);
2178 outs() << " " << PrintArg(O.ArgStr);