Searched refs:ObjectUnderConstruction (Results 1 – 1 of 1) sorted by relevance
762 struct ObjectUnderConstruction { struct765 friend bool operator==(const ObjectUnderConstruction &LHS, in operator ==()766 const ObjectUnderConstruction &RHS) { in operator ==()769 friend llvm::hash_code hash_value(const ObjectUnderConstruction &Obj) { in hash_value()784 template<> struct DenseMapInfo<ObjectUnderConstruction> {786 static ObjectUnderConstruction getEmptyKey() { in getEmptyKey()788 static ObjectUnderConstruction getTombstoneKey() { in getTombstoneKey()791 static unsigned getHashValue(const ObjectUnderConstruction &Object) { in getHashValue()794 static bool isEqual(const ObjectUnderConstruction &LHS, in isEqual()795 const ObjectUnderConstruction &RHS) { in isEqual()[all …]