Searched refs:ObjectUnderConstruction (Results 1 – 1 of 1) sorted by relevance
738 struct ObjectUnderConstruction { struct741 friend bool operator==(const ObjectUnderConstruction &LHS, in operator ==()742 const ObjectUnderConstruction &RHS) { in operator ==()760 template<> struct DenseMapInfo<ObjectUnderConstruction> {762 static ObjectUnderConstruction getEmptyKey() { in getEmptyKey()764 static ObjectUnderConstruction getTombstoneKey() { in getTombstoneKey()770 static bool isEqual(const ObjectUnderConstruction &LHS, in isEqual()771 const ObjectUnderConstruction &RHS) { in isEqual()874 llvm::DenseMap<ObjectUnderConstruction, ConstructionPhase>887 ObjectUnderConstruction Object;[all …]