Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp662 struct ObjectUnderConstruction { struct
665 friend bool operator==(const ObjectUnderConstruction &LHS, in operator ==()
666 const ObjectUnderConstruction &RHS) { in operator ==()
669 friend llvm::hash_code hash_value(const ObjectUnderConstruction &Obj) { in hash_value()
683 template<> struct DenseMapInfo<ObjectUnderConstruction> {
685 static ObjectUnderConstruction getEmptyKey() { in getEmptyKey()
687 static ObjectUnderConstruction getTombstoneKey() { in getTombstoneKey()
690 static unsigned getHashValue(const ObjectUnderConstruction &Object) { in getHashValue()
693 static bool isEqual(const ObjectUnderConstruction &LHS, in isEqual()
694 const ObjectUnderConstruction &RHS) { in isEqual()
[all …]