Searched refs:getFallthroughHandler (Results 1 – 4 of 4) sorted by relevance
401 Stmt *getFallthroughHandler() const { in getFallthroughHandler() function
772 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough()
677 ReturnsVoid = CBody->getFallthroughHandler() != nullptr; in CheckFallThroughForBody()
8456 assert(!S->getFallthroughHandler() && !S->getExceptionHandler() && in TransformCoroutineBodyStmt()8463 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt()