Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h401 Stmt *getFallthroughHandler() const { in getFallthroughHandler() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp777 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp799 ReturnsVoid = CBody->getFallthroughHandler() != nullptr; in CheckFallThroughForBody()
H A DTreeTransform.h8806 assert(!S->getFallthroughHandler() && !S->getExceptionHandler() && in TransformCoroutineBodyStmt()
8813 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt()