Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtCXX.h397 Stmt *getFallthroughHandler() const { in getFallthroughHandler() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp473 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough()
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp649 ReturnsVoid = CBody->getFallthroughHandler() != nullptr; in CheckFallThroughForBody()
H A DTreeTransform.h7900 assert(!S->getFallthroughHandler() && !S->getExceptionHandler() && in TransformCoroutineBodyStmt()
7907 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt()