Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-check/
H A DClangCheck.cpp42 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
43 static cl::extrahelp MoreHelp(
/openbsd-src/gnu/llvm/clang/docs/
H A DLibTooling.rst117 // Declares llvm::cl::extrahelp.
130 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
133 static cl::extrahelp MoreHelp("\nMore help text...\n");
H A DLibASTMatchersTutorial.rst128 // Declares llvm::cl::extrahelp.
141 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
144 static cl::extrahelp MoreHelp("\nMore help text...\n");
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp95 cl::extrahelp HelpResponse( in main()
/openbsd-src/gnu/llvm/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp119 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
/openbsd-src/gnu/llvm/clang/tools/arcmt-test/
H A Darcmt-test.cpp58 static llvm::cl::extrahelp extraHelp(
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp55 static cl::extrahelp MoreHelp(
/openbsd-src/gnu/llvm/llvm/docs/
H A 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");
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp30 static cl::extrahelp FileCheckOptsEnv(
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h1974 struct extrahelp {
1977 explicit extrahelp(StringRef help);
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp276 static cl::extrahelp
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp440 extrahelp::extrahelp(StringRef Help) : morehelp(Help) { in extrahelp() function in extrahelp