Searched refs:ConstructedObjectKey (Results 1 – 1 of 1) sorted by relevance
120 class ConstructedObjectKey { class173 bool operator==(const ConstructedObjectKey &RHS) const { in operator ==()177 bool operator<(const ConstructedObjectKey &RHS) const { in operator <()183 typedef llvm::ImmutableMap<ConstructedObjectKey, SVal>524 ConstructedObjectKey Key(Item, LC->getStackFrame()); in addObjectUnderConstruction()564 ConstructedObjectKey Key(Item, LC->getStackFrame()); in getObjectUnderConstruction()572 ConstructedObjectKey Key(Item, LC->getStackFrame()); in finishObjectConstruction()580 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in elideDestructor()652 const ConstructedObjectKey *LastKey = nullptr; in printObjectsUnderConstructionJson()654 const ConstructedObjectKey &Key = I.first; in printObjectsUnderConstructionJson()[all …]