Searched refs:OnFallthrough (Results 1 – 5 of 5) sorted by relevance
118 SubStmts[CoroutineBodyStmt::OnFallthrough] = Args.OnFallthrough; in CoroutineBodyStmt()
311 OnFallthrough, ///< Handler for control flow falling off the body. enumerator338 Stmt *OnFallthrough = nullptr; member385 return getStoredStmts()[SubStmt::OnFallthrough]; in getFallthroughHandler()
541 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local542 CGF.EmitStmt(OnFallthrough); in emitBodyAndFallthrough()
1321 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
7079 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local7080 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformCoroutineBodyStmt()7083 Builder.OnFallthrough = Res.get(); in TransformCoroutineBodyStmt()