Searched refs:PrintArg (Results 1 – 1 of 1) sorted by relevance
136 class PrintArg { class140 PrintArg(StringRef ArgName, size_t Pad = DefaultPad) : ArgName(ArgName), Pad(Pad) {} in PrintArg() function in __anonc322a41b0111::PrintArg141 friend raw_ostream &operator<<(raw_ostream &OS, const PrintArg &);144 raw_ostream &operator<<(raw_ostream &OS, const PrintArg& Arg) { in operator <<()1528 << PrintArg(NearestHandlerString, 0) << "'?\n"; in ParseCommandLineOptions()1682 Errs << GlobalParser->ProgramName << ": for the " << PrintArg(ArgName, 0); in error()1756 outs() << PrintArg(ArgStr); in printOptionInfo()1786 outs() << PrintArg(O.ArgStr); in printOptionInfo()1803 outs() << PrintArg(O.ArgStr); in printOptionName()1984 outs() << PrintArg(O.ArgStr); in printOptionInfo()[all …]