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 EmitCoroutineBody() 773 CGF.EmitStmt(OnFallthrough); in EmitCoroutineBody() 639 if (Stmt *OnFallthrough = S.getFallthroughHandler()) emitBodyAndFallthrough() local
1667 this->OnFallthrough = Fallthrough.get(); in makeNewAndDeleteExpr()
8463 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformObjCForCollectionStmt() 8464 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformObjCForCollectionStmt() 8467 Builder.OnFallthrough = Res.get(); in TransformObjCForCollectionStmt() 8168 if (auto *OnFallthrough = S->getFallthroughHandler()) { TransformCoroutineBodyStmt() local