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();
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
   87     assert(Val != getTombstoneKey() && "Cannot hash the tombstone key!");
   96     if (RHS == getTombstoneKey())
   97       return LHS == getTombstoneKey();