Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp738 struct ObjectUnderConstruction { struct
741 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 …]