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()
777 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local778 CGF.EmitStmt(OnFallthrough); in emitBodyAndFallthrough()
1752 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
8813 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local8814 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformCoroutineBodyStmt()8817 Builder.OnFallthrough = Res.get(); in TransformCoroutineBodyStmt()