Home
last modified time | relevance | path

Searched refs:ObjectUnderConstruction (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp743 struct ObjectUnderConstruction { struct
746 friend bool operator==(const ObjectUnderConstruction &LHS, in operator ==()
747 const ObjectUnderConstruction &RHS) { in operator ==()
750 friend llvm::hash_code hash_value(const ObjectUnderConstruction &Obj) { in hash_value()
765 template<> struct DenseMapInfo<ObjectUnderConstruction> {
767 static ObjectUnderConstruction getEmptyKey() { in getEmptyKey()
769 static ObjectUnderConstruction getTombstoneKey() { in getTombstoneKey()
772 static unsigned getHashValue(const ObjectUnderConstruction &Object) { in getHashValue()
775 static bool isEqual(const ObjectUnderConstruction &LHS, in isEqual()
776 const ObjectUnderConstruction &RHS) { in isEqual()
[all …]