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

References

lib/Support/CommandLine.cpp
 1319       if (RequiresValue(Opt))
 1326             Opt->error("error - this positional option will never be matched, "
 1331       } else if (UnboundedFound && !Opt->hasArgStr()) {
 1337           Opt->error("error - option can never match, because "
 1341         *Errs << ProgramName << ": CommandLine Error: Option '" << Opt->ArgStr
 1346       UnboundedFound |= EatsUnboundedNumberOfValues(Opt);