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