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()
1477 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
7781 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local7782 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformCoroutineBodyStmt()7785 Builder.OnFallthrough = Res.get(); in TransformCoroutineBodyStmt()