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

References

lib/Option/OptTable.cpp
  549   for (unsigned Id = 1, e = getNumOptions() + 1; Id != e; ++Id) {
  549   for (unsigned Id = 1, e = getNumOptions() + 1; Id != e; ++Id) {
  551     if (getOptionKind(Id) == Option::GroupClass)
  554     unsigned Flags = getInfo(Id).Flags;
  562     const char *HelpText = getOptionHelpText(Id);
  564       const Option Alias = getOption(Id).getAlias();
  570       const char *HelpGroup = getOptionHelpGroup(*this, Id);
  571       const std::string &OptName = getOptionHelpName(*this, Id);