/external/clang/tools/clang-check/ |
D | ClangCheck.cpp | 39 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage); 40 static cl::extrahelp MoreHelp(
|
/external/v8/tools/clang/value_cleanup/ |
D | ValueCleanup.cpp | 30 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
|
/external/clang/docs/ |
D | LibTooling.rst | 117 // Declares llvm::cl::extrahelp. 130 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage); 133 static cl::extrahelp MoreHelp("\nMore help text...");
|
D | LibASTMatchersTutorial.rst | 133 // Declares llvm::cl::extrahelp. 146 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage); 149 static cl::extrahelp MoreHelp("\nMore help text...");
|
/external/v8/tools/clang/pass_to_move/ |
D | PassToMove.cpp | 72 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
|
/external/v8/tools/clang/empty_string/ |
D | EmptyStringConverter.cpp | 163 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
|
/external/clang/tools/c-index-test/ |
D | core_main.cpp | 48 static cl::extrahelp MoreHelp(
|
/external/v8/tools/clang/translation_unit/ |
D | TranslationUnitGenerator.cpp | 272 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 57 static llvm::cl::extrahelp extraHelp(
|
/external/v8/tools/clang/traffic_annotation_extractor/ |
D | traffic_annotation_extractor.cpp | 394 static llvm::cl::extrahelp CommonHelp(
|
/external/v8/tools/clang/rewrite_scoped_refptr/ |
D | RewriteScopedRefptr.cpp | 262 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | CommandLine.cpp | 82 extrahelp::extrahelp(const char *Help) in extrahelp() function in extrahelp
|
/external/llvm/docs/ |
D | CommandLine.rst | 1467 .. _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-7.0/llvm/docs/ |
D | CommandLine.rst | 1455 .. _cl::extrahelp: 1457 The ``cl::extrahelp`` class 1460 The ``cl::extrahelp`` class is a nontemplated class that allows extra help text 1466 struct extrahelp; 1469 To use the extrahelp, simply construct one with a ``const char*`` parameter to 1471 bottom of the help message, verbatim. Note that multiple ``cl::extrahelp`` 1473 additional help information, put all that help into a single ``cl::extrahelp`` 1480 cl::extrahelp("\nADDITIONAL HELP:\n\n This is the extra help\n");
|
/external/v8/tools/clang/base_bind_rewriters/ |
D | BaseBindRewriters.cpp | 639 llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
|
/external/swiftshader/third_party/LLVM/tools/llvm-ar/ |
D | llvm-ar.cpp | 47 static cl::extrahelp MoreHelp(
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 1689 struct extrahelp { 1691 explicit extrahelp(const char *help);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 1758 struct extrahelp { 1761 explicit extrahelp(StringRef help);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 1712 struct extrahelp { 1715 explicit extrahelp(StringRef help);
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 103 static cl::extrahelp MoreHelp(
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CommandLine.h | 1672 struct extrahelp { 1674 explicit extrahelp(const char* help);
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 342 extrahelp::extrahelp(const char *Help) : morehelp(Help) { in extrahelp() function in extrahelp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | CommandLine.cpp | 352 extrahelp::extrahelp(StringRef Help) : morehelp(Help) { in extrahelp() function in extrahelp
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 362 extrahelp::extrahelp(StringRef Help) : morehelp(Help) { in extrahelp() function in extrahelp
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | RewriteToChromeStyle.cpp | 1512 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
|