Home
last modified time | relevance | path

Searched refs:ReturnObject (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaCoroutine.cpp423 ExprResult ReturnObject = in CheckCompletedCoroutineBody() local
425 if (ReturnObject.isInvalid()) in CheckCompletedCoroutineBody()
431 ReturnObject = PerformMoveOrCopyInitialization(Entity, nullptr, RetType, in CheckCompletedCoroutineBody()
432 ReturnObject.get()); in CheckCompletedCoroutineBody()
433 if (ReturnObject.isInvalid()) in CheckCompletedCoroutineBody()
436 ReturnObject = ActOnFinishFullExpr(ReturnObject.get(), Loc); in CheckCompletedCoroutineBody()
437 if (ReturnObject.isInvalid()) in CheckCompletedCoroutineBody()
447 ReturnObject.get(), ParamMoves); in CheckCompletedCoroutineBody()