reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/CommandLine.cpp
 1866   if (O.hasArgStr()) {
 1869     if (O.getValueExpectedFlag() == ValueOptional) {
 1872           outs() << PrintArg(O.ArgStr);
 1873           Option::printHelpStr(O.HelpStr, GlobalWidth,
 1874                                argPlusPrefixesSize(O.ArgStr));
 1880     outs() << PrintArg(O.ArgStr) << EqValue;
 1881     Option::printHelpStr(O.HelpStr, GlobalWidth,
 1883                              argPlusPrefixesSize(O.ArgStr));
 1887       if (!shouldPrintOption(OptionName, Description, O))
 1902     if (!O.HelpStr.empty())
 1903       outs() << "  " << O.HelpStr << '\n';