Home
last modified time | relevance | path

Searched refs:extrahelp (Results 1 – 21 of 21) sorted by relevance

/external/clang/tools/clang-check/
DClangCheck.cpp39 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
40 static cl::extrahelp MoreHelp(
/external/v8/tools/clang/value_cleanup/
DValueCleanup.cpp30 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
/external/v8/tools/clang/base_bind_rewriters/
DBaseBindRewriters.cpp74 llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
/external/v8/tools/clang/pass_to_move/
DPassToMove.cpp72 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
/external/clang/docs/
DLibTooling.rst117 // Declares llvm::cl::extrahelp.
130 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
133 static cl::extrahelp MoreHelp("\nMore help text...");
DLibASTMatchersTutorial.rst133 // Declares llvm::cl::extrahelp.
146 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
149 static cl::extrahelp MoreHelp("\nMore help text...");
/external/v8/tools/clang/empty_string/
DEmptyStringConverter.cpp163 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
/external/clang/tools/c-index-test/
Dcore_main.cpp48 static cl::extrahelp MoreHelp(
/external/v8/tools/clang/translation_unit/
DTranslationUnitGenerator.cpp259 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
/external/clang/tools/arcmt-test/
Darcmt-test.cpp57 static llvm::cl::extrahelp extraHelp(
/external/v8/tools/clang/rewrite_scoped_refptr/
DRewriteScopedRefptr.cpp262 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp82 extrahelp::extrahelp(const char *Help) in extrahelp() function in extrahelp
/external/llvm/docs/
DCommandLine.rst1467 .. _cl::extrahelp:
1469 The ``cl::extrahelp`` class
1472 The ``cl::extrahelp`` class is a nontemplated class that allows extra help text
1478 struct extrahelp;
1481 To use the extrahelp, simply construct one with a ``const char*`` parameter to
1483 bottom of the help message, verbatim. Note that multiple ``cl::extrahelp``
1485 additional help information, put all that help into a single ``cl::extrahelp``
1492 cl::extrahelp("\nADDITIONAL HELP:\n\n This is the extra help\n");
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp47 static cl::extrahelp MoreHelp(
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h1712 struct extrahelp {
1715 explicit extrahelp(StringRef help);
/external/llvm/include/llvm/Support/
DCommandLine.h1689 struct extrahelp {
1691 explicit extrahelp(const char *help);
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp103 static cl::extrahelp MoreHelp(
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h1672 struct extrahelp {
1674 explicit extrahelp(const char* help);
/external/llvm/lib/Support/
DCommandLine.cpp342 extrahelp::extrahelp(const char *Help) : morehelp(Help) { in extrahelp() function in extrahelp
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp362 extrahelp::extrahelp(StringRef Help) : morehelp(Help) { in extrahelp() function in extrahelp
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp1269 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);