Searched defs:OnFallthrough (Results 1 – 4 of 4) sorted by relevance
306 OnFallthrough, ///< Handler for control flow falling off the body. enumerator315 Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough, in CoroutineBodyStmt()
326 OnFallthrough, ///< Handler for control flow falling off the body. enumerator353 Stmt *OnFallthrough = nullptr; member
539 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local
7690 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local