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

References

include/llvm/ADT/CachedHashString.h
  163     assert(!isEqual(S, getEmptyKey()) && "Cannot hash the empty key!");
  164     assert(!isEqual(S, getTombstoneKey()) && "Cannot hash the tombstone key!");
  165     return S.hash();