Searched refs:getFallthroughHandler (Results 1 – 4 of 4) sorted by relevance
384 Stmt *getFallthroughHandler() const { in getFallthroughHandler() function
541 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough()
629 ReturnsVoid = CBody->getFallthroughHandler() != nullptr; in CheckFallThroughForBody()
7073 assert(!S->getFallthroughHandler() && !S->getExceptionHandler() && in TransformCoroutineBodyStmt()7079 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt()