Searched refs:ObjectsUnderConstruction (Results 1 – 2 of 2) sorted by relevance
187 REGISTER_TRAIT_WITH_PROGRAMSTATE(ObjectsUnderConstruction,592 assert((!State->get<ObjectsUnderConstruction>(Key) || in addObjectUnderConstruction()599 return State->set<ObjectsUnderConstruction>(Key, V); in addObjectUnderConstruction()607 const SVal *V = State->get<ObjectsUnderConstruction>(Key); in getObjectUnderConstruction()616 assert(State->contains<ObjectsUnderConstruction>(Key)); in finishObjectConstruction()617 return State->remove<ObjectsUnderConstruction>(Key); in finishObjectConstruction()626 return State->set<ObjectsUnderConstruction>(Key, UnknownVal()); in elideDestructor()634 assert(State->contains<ObjectsUnderConstruction>(Key)); in cleanupElidedDestructor()635 return State->remove<ObjectsUnderConstruction>(Key); in cleanupElidedDestructor()642 return State->contains<ObjectsUnderConstruction>(Key); in isDestructorElided()[all …]
880 ObjectsUnderConstruction; member in __anonfb577fba0411::EvalInfo898 EI.ObjectsUnderConstruction in EvaluatingConstructorRAII()904 EI.ObjectsUnderConstruction[Object] = ConstructionPhase::AfterBases; in finishedConstructingBases()907 EI.ObjectsUnderConstruction[Object] = ConstructionPhase::AfterFields; in finishedConstructingFields()910 if (DidInsert) EI.ObjectsUnderConstruction.erase(Object); in ~EvaluatingConstructorRAII()920 DidInsert = EI.ObjectsUnderConstruction in EvaluatingDestructorRAII()925 EI.ObjectsUnderConstruction[Object] = in startedDestroyingBases()930 EI.ObjectsUnderConstruction.erase(Object); in ~EvaluatingDestructorRAII()937 return ObjectsUnderConstruction.lookup({Base, Path}); in isEvaluatingCtorDtor()