Searched refs:extrahelp (Results 1 – 25 of 36) sorted by relevance
12
47 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);50 static cl::extrahelp MoreHelp("\nMore help text...");
38 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);39 static cl::extrahelp MoreHelp(
39 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);40 static cl::extrahelp MoreHelp(
20 static llvm::cl::extrahelp FlagSplittingHelp(R"(
87 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
112 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
117 // Declares llvm::cl::extrahelp.130 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);133 static cl::extrahelp MoreHelp("\nMore help text...");
133 // Declares llvm::cl::extrahelp.146 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);149 static cl::extrahelp MoreHelp("\nMore help text...");
117 // Declares llvm::cl::extrahelp.130 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);133 static cl::extrahelp MoreHelp("\nMore help text...\n");
125 // Declares llvm::cl::extrahelp.138 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);141 static cl::extrahelp MoreHelp("\nMore help text...\n");
57 static cl::extrahelp
49 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
64 static cl::extrahelp
33 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);34 static cl::extrahelp ClangTidyHelp(R"(
48 static cl::extrahelp MoreHelp(
58 static llvm::cl::extrahelp extraHelp(
51 static cl::extrahelp MoreHelp(
52 static llvm::cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
57 static llvm::cl::extrahelp extraHelp(
1477 .. _cl::extrahelp:1479 The ``cl::extrahelp`` class1482 The ``cl::extrahelp`` class is a nontemplated class that allows extra help text1488 struct extrahelp;1491 To use the extrahelp, simply construct one with a ``const char*`` parameter to1493 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");
1467 .. _cl::extrahelp:1469 The ``cl::extrahelp`` class1472 The ``cl::extrahelp`` class is a nontemplated class that allows extra help text1478 struct extrahelp;1481 To use the extrahelp, simply construct one with a ``const char*`` parameter to1483 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");
103 static cl::extrahelp MoreHelp(
27 static cl::extrahelp FileCheckOptsEnv(
1689 struct extrahelp {1691 explicit extrahelp(const char *help);
1712 struct extrahelp {1715 explicit extrahelp(StringRef help);