Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp118 SubStmts[CoroutineBodyStmt::OnFallthrough] = Args.OnFallthrough; in CoroutineBodyStmt()
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp639 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local
640 CGF.EmitStmt(OnFallthrough); in emitBodyAndFallthrough()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1757 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
H A DTreeTransform.h8168 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local
8169 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformCoroutineBodyStmt()
8172 Builder.OnFallthrough = Res.get(); in TransformCoroutineBodyStmt()