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

Declarations

include/llvm/ADT/PointerUnion.h
  288   using FirstInfo =

References

include/llvm/ADT/DenseMapInfo.h
  191     return std::make_pair(FirstInfo::getEmptyKey(),
  196     return std::make_pair(FirstInfo::getTombstoneKey(),
  201     uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
  215     return FirstInfo::isEqual(LHS.first, RHS.first) &&
include/llvm/ADT/PointerUnion.h
  291   static inline Union getEmptyKey() { return Union(FirstInfo::getEmptyKey()); }
  294     return Union(FirstInfo::getTombstoneKey());