Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDStmtCXX.cpp118 SubStmts[CoroutineBodyStmt::OnFallthrough] = Args.OnFallthrough; in CoroutineBodyStmt()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtCXX.h327 OnFallthrough, ///< Handler for control flow falling off the body. enumerator
354 Stmt *OnFallthrough = nullptr; member
402 return getStoredStmts()[SubStmt::OnFallthrough]; in getFallthroughHandler()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCoroutine.cpp772 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local
773 CGF.EmitStmt(OnFallthrough); in emitBodyAndFallthrough()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCoroutine.cpp1667 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
HDTreeTransform.h8463 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local
8464 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformCoroutineBodyStmt()
8467 Builder.OnFallthrough = Res.get(); in TransformCoroutineBodyStmt()