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