Home
last modified time | relevance | path

Searched refs:HelpMessage (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/build/make/
Drtcd.pl36 Getopt::Long::HelpMessage('-exit' => 1);
43 Getopt::Long::HelpMessage('-exit' => 1);
/external/clang/include/clang/Tooling/
DCommonOptionsParser.h105 static const char *const HelpMessage; variable
/external/clang/lib/Tooling/
DCommonOptionsParser.cpp35 const char *const CommonOptionsParser::HelpMessage = member in CommonOptionsParser
/external/clang/tools/clang-check/
DClangCheck.cpp39 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
/external/clang/docs/
DLibTooling.rst127 // CommonOptionsParser declares HelpMessage with a description of the common
130 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
DLibASTMatchersTutorial.rst143 // CommonOptionsParser declares HelpMessage with a description of the common
146 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
/external/libbrillo/brillo/
Dflag_helper_unittest.cc220 TEST_F(FlagHelperTest, HelpMessage) { in TEST_F() argument