Searched refs:CallCoroDelete (Results 1 – 1 of 1) sorted by relevance
419 struct CallCoroDelete final : public EHScopeStack::Cleanup { struct464 explicit CallCoroDelete(Stmt *DeallocStmt) : Deallocate(DeallocStmt) {} in CallCoroDelete() function605 EHStack.pushCleanup<CallCoroDelete>(NormalAndEHCleanup, S.getDeallocate()); in EmitCoroutineBody()