Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp41 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
42 static cl::extrahelp MoreHelp(
/netbsd-src/external/apache2/llvm/dist/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.rst125 // Declares llvm::cl::extrahelp.
138 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
141 static cl::extrahelp MoreHelp("\nMore help text...\n");
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp112 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp57 static cl::extrahelp
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp64 static cl::extrahelp
/netbsd-src/external/apache2/llvm/dist/clang/tools/arcmt-test/
H A Darcmt-test.cpp58 static llvm::cl::extrahelp extraHelp(
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp54 static cl::extrahelp MoreHelp(
/netbsd-src/external/apache2/llvm/dist/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");
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp28 static cl::extrahelp FileCheckOptsEnv(
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp260 static cl::extrahelp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h1933 struct extrahelp {
1936 explicit extrahelp(StringRef help);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp386 cl::extrahelp
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp103 static cl::extrahelp
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp440 extrahelp::extrahelp(StringRef Help) : morehelp(Help) { in extrahelp() function in extrahelp
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp234 cl::extrahelp HelpResponse("\nPass @FILE as argument to read options from FILE.\n");