Searched refs:getReturnValueUnderConstruction (Results 1 – 4 of 4) sorted by relevance
133 if (std::optional<SVal> Object = Call.getReturnValueUnderConstruction()) { in getRegion()
304 Call.getReturnValueUnderConstruction(); in evalCall()
452 std::optional<SVal> getReturnValueUnderConstruction() const;
540 std::optional<SVal> CallEvent::getReturnValueUnderConstruction() const { in getReturnValueUnderConstruction() function in CallEvent