Lines Matching refs:ProgramName
92 std::string ProgramName; member in __anon92194b6c0111::CommandLineParser
118 errs() << ProgramName << ": CommandLine Error: Option '" << Name in addLiteralOption()
148 errs() << ProgramName << ": CommandLine Error: Option '" << O->ArgStr in addOption()
255 errs() << ProgramName << ": CommandLine Error: Option '" << O->ArgStr in updateArgStr()
312 ProgramName.clear(); in reset()
1022 ProgramName = sys::path::filename(argv[0]); in ParseCommandLineOptions()
1082 errs() << ProgramName << ": CommandLine Error: Option '" in ParseCommandLineOptions()
1181 errs() << ProgramName << ": Unknown command line argument '" in ParseCommandLineOptions()
1186 errs() << ProgramName << ": Did you mean '-" << NearestHandlerString in ParseCommandLineOptions()
1212 errs() << ProgramName in ParseCommandLineOptions()
1222 errs() << ProgramName << ": Too many positional arguments specified!\n" in ParseCommandLineOptions()
1338 errs() << GlobalParser->ProgramName << ": for the -" << ArgName; in error()
1769 outs() << "USAGE: " << GlobalParser->ProgramName in operator =()
1776 outs() << "USAGE: " << GlobalParser->ProgramName << " " << Sub->getName() in operator =()
1800 outs() << " Type \"" << GlobalParser->ProgramName in operator =()