Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp118 SubStmts[CoroutineBodyStmt::OnFallthrough] = Args.OnFallthrough; in CoroutineBodyStmt()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h327 OnFallthrough, ///< Handler for control flow falling off the body. enumerator
354 Stmt *OnFallthrough = nullptr; member
402 return getStoredStmts()[SubStmt::OnFallthrough]; in getFallthroughHandler()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp772 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in EmitCoroutineBody()
773 CGF.EmitStmt(OnFallthrough); in EmitCoroutineBody()
639 if (Stmt *OnFallthrough = S.getFallthroughHandler()) emitBodyAndFallthrough() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1667 this->OnFallthrough = Fallthrough.get(); in makeNewAndDeleteExpr()
H A DTreeTransform.h8463 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformObjCForCollectionStmt()
8464 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformObjCForCollectionStmt()
8467 Builder.OnFallthrough = Res.get(); in TransformObjCForCollectionStmt()
8168 if (auto *OnFallthrough = S->getFallthroughHandler()) { TransformCoroutineBodyStmt() local