Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtCXX.cpp117 SubStmts[CoroutineBodyStmt::OnFallthrough] = Args.OnFallthrough; in CoroutineBodyStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtCXX.h326 OnFallthrough, ///< Handler for control flow falling off the body. enumerator
352 Stmt *OnFallthrough = nullptr; member
398 return getStoredStmts()[SubStmt::OnFallthrough]; in getFallthroughHandler()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp473 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local
474 CGF.EmitStmt(OnFallthrough); in emitBodyAndFallthrough()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp1525 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
H A DTreeTransform.h7907 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local
7908 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformCoroutineBodyStmt()
7911 Builder.OnFallthrough = Res.get(); in TransformCoroutineBodyStmt()