Searched refs:ProgramOverview (Results 1 – 3 of 3) sorted by relevance
77 static const char *ProgramOverview = 0; variable560 ProgramOverview = Overview; in ParseCommandLineOptions()1254 if (ProgramOverview) in operator =()1255 outs() << "OVERVIEW: " << ProgramOverview << "\n"; in operator =()
93 const char *ProgramOverview; member in __anon6e9d21840111::CommandLineParser104 CommandLineParser() : ProgramOverview(nullptr), ActiveSubCommand(nullptr) { in CommandLineParser()313 ProgramOverview = nullptr; in reset()1024 ProgramOverview = Overview; in ParseCommandLineOptions()1765 if (GlobalParser->ProgramOverview) in operator =()1766 outs() << "OVERVIEW: " << GlobalParser->ProgramOverview << "\n"; in operator =()
107 StringRef ProgramOverview; member in __anone2a0ce670111::CommandLineParser333 ProgramOverview = StringRef(); in reset()1046 ProgramOverview = Overview; in ParseCommandLineOptions()1790 if (!GlobalParser->ProgramOverview.empty()) in operator =()1791 outs() << "OVERVIEW: " << GlobalParser->ProgramOverview << "\n"; in operator =()