Searched refs:ConstructedObjectKey (Results 1 – 1 of 1) sorted by relevance
120 class ConstructedObjectKey { class181 bool operator==(const ConstructedObjectKey &RHS) const { in operator ==()185 bool operator<(const ConstructedObjectKey &RHS) const { in operator <()191 typedef llvm::ImmutableMap<ConstructedObjectKey, SVal>464 ConstructedObjectKey Key(Item, LC->getStackFrame()); in addObjectUnderConstruction()477 ConstructedObjectKey Key(Item, LC->getStackFrame()); in getObjectUnderConstruction()485 ConstructedObjectKey Key(Item, LC->getStackFrame()); in finishObjectConstruction()493 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in elideDestructor()565 const ConstructedObjectKey *LastKey = nullptr; in printObjectsUnderConstructionJson()567 const ConstructedObjectKey &Key = I.first; in printObjectsUnderConstructionJson()[all …]