Searched refs:getDeallocate (Results 1 – 3 of 3) sorted by relevance
408 Expr *getDeallocate() const { in getDeallocate() function
843 EHStack.pushCleanup<CallCoroDelete>(NormalAndEHCleanup, S.getDeallocate()); in EmitCoroutineBody()
8457 !S->getReturnStmtOnAllocFailure() && !S->getDeallocate() && in TransformCoroutineBodyStmt()8485 assert(S->getAllocate() && S->getDeallocate() && in TransformCoroutineBodyStmt()8492 ExprResult DeallocRes = getDerived().TransformExpr(S->getDeallocate()); in TransformCoroutineBodyStmt()