Home
last modified time | relevance | path

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

/external/clang/tools/clang-check/
DClangCheck.cpp36 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
37 static cl::extrahelp MoreHelp(
/external/clang/docs/
DLibTooling.rst112 // Declares llvm::cl::extrahelp.
121 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
124 static cl::extrahelp MoreHelp("\nMore help text...");
DLibASTMatchersTutorial.rst132 // Declares llvm::cl::extrahelp.
141 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
144 static cl::extrahelp MoreHelp("\nMore help text...");
/external/clang/tools/arcmt-test/
Darcmt-test.cpp56 static llvm::cl::extrahelp extraHelp(
/external/llvm/lib/Support/
DCommandLine.cpp85 extrahelp::extrahelp(const char *Help) in extrahelp() function in extrahelp
/external/llvm/docs/
DCommandLine.rst1358 .. _cl::extrahelp:
1360 The ``cl::extrahelp`` class
1363 The ``cl::extrahelp`` class is a nontemplated class that allows extra help text
1369 struct extrahelp;
1372 To use the extrahelp, simply construct one with a ``const char*`` parameter to
1374 bottom of the help message, verbatim. Note that multiple ``cl::extrahelp``
1376 additional help information, put all that help into a single ``cl::extrahelp``
1383 cl::extrahelp("\nADDITIONAL HELP:\n\n This is the extra help\n");
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp48 static cl::extrahelp MoreHelp(
/external/llvm/include/llvm/Support/
DCommandLine.h1671 struct extrahelp {
1673 explicit extrahelp(const char* help);