Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/
DFindAllSymbolsMain.cpp47 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
50 static cl::extrahelp MoreHelp("\nMore help text...");
/external/llvm-project/clang/tools/clang-check/
DClangCheck.cpp38 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
39 static cl::extrahelp MoreHelp(
/external/clang/tools/clang-check/
DClangCheck.cpp39 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
40 static cl::extrahelp MoreHelp(
/external/tensorflow/tensorflow/compiler/mlir/
Dinit_mlir.cc20 static llvm::cl::extrahelp FlagSplittingHelp(R"(
/external/llvm-project/clang-tools-extra/tool-template/
DToolTemplate.cpp87 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
/external/llvm-project/clang/tools/clang-extdef-mapping/
DClangExtDefMapGen.cpp112 static cl::extrahelp CommonHelp(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/llvm-project/clang/docs/
DLibTooling.rst117 // Declares llvm::cl::extrahelp.
130 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
133 static cl::extrahelp MoreHelp("\nMore help text...\n");
DLibASTMatchersTutorial.rst125 // Declares llvm::cl::extrahelp.
138 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
141 static cl::extrahelp MoreHelp("\nMore help text...\n");
/external/llvm-project/llvm/tools/llvm-strings/
Dllvm-strings.cpp57 static cl::extrahelp
/external/llvm-project/clang-tools-extra/clang-query/tool/
DClangQuery.cpp49 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
/external/llvm-project/llvm/tools/llvm-cxxfilt/
Dllvm-cxxfilt.cpp64 static cl::extrahelp
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
DClangTidyMain.cpp33 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
34 static cl::extrahelp ClangTidyHelp(R"(
/external/clang/tools/c-index-test/
Dcore_main.cpp48 static cl::extrahelp MoreHelp(
/external/llvm-project/clang/tools/arcmt-test/
Darcmt-test.cpp58 static llvm::cl::extrahelp extraHelp(
/external/llvm-project/clang/tools/c-index-test/
Dcore_main.cpp51 static cl::extrahelp MoreHelp(
/external/llvm-project/clang-tools-extra/clang-doc/tool/
DClangDocMain.cpp52 static llvm::cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
/external/clang/tools/arcmt-test/
Darcmt-test.cpp57 static llvm::cl::extrahelp extraHelp(
/external/llvm-project/llvm/docs/
DCommandLine.rst1477 .. _cl::extrahelp:
1479 The ``cl::extrahelp`` class
1482 The ``cl::extrahelp`` class is a nontemplated class that allows extra help text
1488 struct extrahelp;
1491 To use the extrahelp, simply construct one with a ``const char*`` parameter to
1493 bottom of the help message, verbatim. Note that multiple ``cl::extrahelp``
1495 additional help information, put all that help into a single ``cl::extrahelp``
1502 cl::extrahelp("\nADDITIONAL HELP:\n\n This is the extra help\n");
/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/llvm/tools/llvm-ar/
Dllvm-ar.cpp103 static cl::extrahelp MoreHelp(
/external/llvm-project/llvm/utils/FileCheck/
DFileCheck.cpp27 static cl::extrahelp FileCheckOptsEnv(
/external/llvm/include/llvm/Support/
DCommandLine.h1689 struct extrahelp {
1691 explicit extrahelp(const char *help);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h1712 struct extrahelp {
1715 explicit extrahelp(StringRef help);

12