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