Lines Matching refs:ConstructedObjectKey
120 class ConstructedObjectKey { class
126 explicit ConstructedObjectKey(const ConstructionContextItem &Item, in ConstructedObjectKey() function in __anon75a0b5b40111::ConstructedObjectKey
173 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()
590 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in cleanupElidedDestructor()
598 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in isDestructorElided()
652 const ConstructedObjectKey *LastKey = nullptr; in printObjectsUnderConstructionJson()
654 const ConstructedObjectKey &Key = I.first; in printObjectsUnderConstructionJson()
667 const ConstructedObjectKey &Key = I.first; in printObjectsUnderConstructionJson()