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

References

include/llvm/ADT/ImmutableSet.h
  159     return LItr == LEnd && RItr == REnd;
  159     return LItr == LEnd && RItr == REnd;
  446       if (TI == TE || !I->isElementEqual(&*TI))
  782     return !(*this == x);
include/llvm/ADT/iterator.h
  263   bool operator==(const DerivedT &RHS) const { return I == RHS.I; }