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 __anoneac38b030111::PrintArg138 friend raw_ostream &operator<<(raw_ostream &OS, const PrintArg &);141 raw_ostream &operator<<(raw_ostream &OS, const PrintArg& Arg) { in operator <<()1687 *Errs << PrintArg(NearestArgumentName, 0); in ParseCommandLineOptions()1841 Errs << GlobalParser->ProgramName << ": for the " << PrintArg(ArgName, 0); in error()1900 outs() << PrintArg(ArgStr); in printOptionInfo()1930 outs() << PrintArg(O.ArgStr); in printOptionInfo()1949 outs() << PrintArg(O.ArgStr); in printOptionName()2130 outs() << PrintArg(O.ArgStr); in printOptionInfo()[all …]