Searched refs:OnFallthrough (Results 1 – 6 of 6) sorted by relevance
306 OnFallthrough, ///< Handler for control flow falling off the body. enumerator315 Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough, in CoroutineBodyStmt() argument323 SubStmts[CoroutineBodyStmt::OnFallthrough] = OnFallthrough; in CoroutineBodyStmt()345 return SubStmts[SubStmt::OnFallthrough]; in getFallthroughHandler()
117 SubStmts[CoroutineBodyStmt::OnFallthrough] = Args.OnFallthrough; in CoroutineBodyStmt()
326 OnFallthrough, ///< Handler for control flow falling off the body. enumerator353 Stmt *OnFallthrough = nullptr; member400 return getStoredStmts()[SubStmt::OnFallthrough]; in getFallthroughHandler()
539 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local540 CGF.EmitStmt(OnFallthrough); in emitBodyAndFallthrough()
1475 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
7690 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local7691 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformCoroutineBodyStmt()7694 Builder.OnFallthrough = Res.get(); in TransformCoroutineBodyStmt()