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

References

include/llvm/ADT/DenseMap.h
  426     return KeyInfoT::getEmptyKey();
 1249     const KeyT Empty = KeyInfoT::getEmptyKey();
 1259     const KeyT Empty = KeyInfoT::getEmptyKey();
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
   86     assert(Val != getEmptyKey() && "Cannot hash the empty key!");
   94     if (RHS == getEmptyKey())
   95       return LHS == getEmptyKey();