Searched refs:CBody (Results 1 – 1 of 1) sorted by relevance
676 if (const auto *CBody = dyn_cast<CoroutineBodyStmt>(Body)) in CheckFallThroughForBody() local677 ReturnsVoid = CBody->getFallthroughHandler() != nullptr; in CheckFallThroughForBody()