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

References

include/llvm/Support/CommandLine.h
  321     return any_of(Subs, [](const SubCommand *SC) {
  339   void addSubCommand(SubCommand &S) { Subs.insert(&S); }
 1775     if (!Subs.empty())
 1777     Subs = AliasFor->Subs;
 1777     Subs = AliasFor->Subs;
lib/Support/CommandLine.cpp
  185     if (Opt.Subs.empty())
  188       for (auto SC : Opt.Subs)
  246     if (O->Subs.empty()) {
  249       for (auto SC : O->Subs)
  288     if (O->Subs.empty())
  295         for (auto SC : O->Subs)
  327     if (O->Subs.empty())
  334         for (auto SC : O->Subs)