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

References

include/llvm/Option/OptSpecifier.h
   31   bool operator==(OptSpecifier Opt) const { return ID == Opt.getID(); }
include/llvm/Option/OptTable.h
   77     unsigned id = Opt.getID();
lib/Option/ArgList.cpp
   54   OptRanges.erase(Id.getID());
   61     auto I = OptRanges.find(Id.getID());
lib/Option/OptTable.cpp
  162   unsigned id = Opt.getID();
lib/Option/Option.cpp
  100   if (getID() == Opt.getID())