Searched refs:PreviousRetValue (Results 1 – 1 of 1) sorted by relevance
964 Expr *PreviousRetValue = nullptr; in EmitCoroutineBody() local966 PreviousRetValue = cast<ReturnStmt>(Ret)->getRetValue(); in EmitCoroutineBody()972 if (PreviousRetValue) in EmitCoroutineBody()973 cast<ReturnStmt>(Ret)->setRetValue(PreviousRetValue); in EmitCoroutineBody()