Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp707 struct ObjectUnderConstruction { struct
710 friend bool operator==(const ObjectUnderConstruction &LHS, in operator ==()
711 const ObjectUnderConstruction &RHS) { in operator ==()
729 template<> struct DenseMapInfo<ObjectUnderConstruction> {
731 static ObjectUnderConstruction getEmptyKey() { in getEmptyKey()
733 static ObjectUnderConstruction getTombstoneKey() { in getTombstoneKey()
739 static bool isEqual(const ObjectUnderConstruction &LHS, in isEqual()
740 const ObjectUnderConstruction &RHS) { in isEqual()
843 llvm::DenseMap<ObjectUnderConstruction, ConstructionPhase>
856 ObjectUnderConstruction Object;
[all …]