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