Searched refs:getFallthroughHandler (Results 1 – 4 of 4) sorted by relevance
397 Stmt *getFallthroughHandler() const { in getFallthroughHandler() function
473 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough()
653 ReturnsVoid = CBody->getFallthroughHandler() != nullptr; in CheckFallThroughForBody()
8010 assert(!S->getFallthroughHandler() && !S->getExceptionHandler() && in TransformCoroutineBodyStmt()8017 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt()