Home
last modified time | relevance | path

Searched refs:CBody (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp649 if (const auto *CBody = dyn_cast<CoroutineBodyStmt>(Body)) in CheckFallThroughForBody() local
650 ReturnsVoid = CBody->getFallthroughHandler() != nullptr; in CheckFallThroughForBody()