Searched refs:OnFallthrough (Results 1 – 5 of 5) sorted by relevance
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()
1441 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
7804 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local7805 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformCoroutineBodyStmt()7808 Builder.OnFallthrough = Res.get(); in TransformCoroutineBodyStmt()