Searched refs:HelpMessage (Results 1 – 11 of 11) sorted by relevance
45 Getopt::Long::HelpMessage('-exit' => 1);52 Getopt::Long::HelpMessage('-exit' => 1);
105 static const char *const HelpMessage; variable
137 inline const std::unordered_map<SrcType, std::string>& HelpMessage() const { in HelpMessage() function141 const char* HelpMessage(const SrcType& key) const { in HelpMessage() function
53 for (const auto& help_msg : C10FlagsRegistry()->HelpMessage()) { in ParseCommandLineFlags()
35 const char *const CommonOptionsParser::HelpMessage = member in CommonOptionsParser
39 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
45 clang::tooling::CommonOptionsParser::HelpMessage);
127 // CommonOptionsParser declares HelpMessage with a description of the common130 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
143 // CommonOptionsParser declares HelpMessage with a description of the common146 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
237 TEST_F(FlagHelperTest, HelpMessage) { in TEST_F() argument