Searched refs:PrintArg (Results 1 – 1 of 1) sorted by relevance
133 class PrintArg { class137 PrintArg(StringRef ArgName, size_t Pad = DefaultPad) : ArgName(ArgName), Pad(Pad) {} in PrintArg() function in __anon1df4e36e0111::PrintArg138 friend raw_ostream &operator<<(raw_ostream &OS, const PrintArg &);141 raw_ostream &operator<<(raw_ostream &OS, const PrintArg& Arg) { in operator <<()1526 << PrintArg(NearestHandlerString, 0) << "'?\n"; in ParseCommandLineOptions()1680 Errs << GlobalParser->ProgramName << ": for the " << PrintArg(ArgName, 0); in error()1754 outs() << PrintArg(ArgStr); in printOptionInfo()1784 outs() << PrintArg(O.ArgStr); in printOptionInfo()1801 outs() << PrintArg(O.ArgStr); in printOptionName()1980 outs() << PrintArg(O.ArgStr); in printOptionInfo()[all …]