Lines Matching refs:ProgramName
91 std::string ProgramName; member in __anon5ad846a50111::CommandLineParser
114 errs() << ProgramName << ": CommandLine Error: Option '" << Name in addLiteralOption()
126 errs() << ProgramName << ": CommandLine Error: Option '" << O->ArgStr in addOption()
187 errs() << ProgramName << ": CommandLine Error: Option '" << O->ArgStr in updateArgStr()
830 ProgramName = sys::path::filename(argv[0]); in ParseCommandLineOptions()
870 errs() << ProgramName << ": CommandLine Error: Option '" << Opt->ArgStr in ParseCommandLineOptions()
966 errs() << ProgramName << ": Unknown command line argument '" << argv[i] in ParseCommandLineOptions()
971 errs() << ProgramName << ": Did you mean '-" << NearestHandlerString in ParseCommandLineOptions()
995 errs() << ProgramName in ParseCommandLineOptions()
1003 errs() << ProgramName << ": Too many positional arguments specified!\n" in ParseCommandLineOptions()
1114 errs() << GlobalParser->ProgramName << ": for the -" << ArgName; in error()
1507 outs() << "USAGE: " << GlobalParser->ProgramName << " [options]"; in operator =()