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

References

include/llvm/ADT/DenseMap.h
  430     return KeyInfoT::getTombstoneKey();
 1250     const KeyT Tombstone = KeyInfoT::getTombstoneKey();
 1260     const KeyT Tombstone = KeyInfoT::getTombstoneKey();
include/llvm/ADT/DenseMapInfo.h
  196     return std::make_pair(FirstInfo::getTombstoneKey(),
  197                           SecondInfo::getTombstoneKey());