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

References

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