Home
last modified time | relevance | path

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

/external/clang/tools/clang-check/
DClangCheck.cpp31 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
32 static cl::extrahelp MoreHelp(
/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.rst1362 .. _cl::extrahelp:
1364 The ``cl::extrahelp`` class
1367 The ``cl::extrahelp`` class is a nontemplated class that allows extra help text
1373 struct extrahelp;
1376 To use the extrahelp, simply construct one with a ``const char*`` parameter to
1378 bottom of the help message, verbatim. Note that multiple ``cl::extrahelp``
1380 additional help information, put all that help into a single ``cl::extrahelp``
1387 cl::extrahelp("\nADDITIONAL HELP:\n\n This is the extra help\n");
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp47 static cl::extrahelp MoreHelp(
/external/llvm/include/llvm/Support/
DCommandLine.h1674 struct extrahelp {
1676 explicit extrahelp(const char* help);