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() local 773 CGF.EmitStmt(OnFallthrough); in emitBodyAndFallthrough()
1709 this->OnFallthrough = Fallthrough.get(); in makeOnException()
8710 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformObjCAtSynchronizedStmt() 8711 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformObjCAtSynchronizedStmt() 8714 Builder.OnFallthrough = Res.get(); in TransformObjCAtSynchronizedStmt() 8454 if (auto *OnFallthrough = S->getFallthroughHandler()) { TransformCoroutineBodyStmt() local