Searched refs:OnFallthrough (Results 1 – 5 of 5) sorted by relevance
118 SubStmts[CoroutineBodyStmt::OnFallthrough] = Args.OnFallthrough; in CoroutineBodyStmt()
327 OnFallthrough, ///< Handler for control flow falling off the body. enumerator354 Stmt *OnFallthrough = nullptr; member402 return getStoredStmts()[SubStmt::OnFallthrough]; in getFallthroughHandler()
772 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local773 CGF.EmitStmt(OnFallthrough); in emitBodyAndFallthrough()
1667 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
8463 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local8464 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformCoroutineBodyStmt()8467 Builder.OnFallthrough = Res.get(); in TransformCoroutineBodyStmt()