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