Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtCXX.cpp117 SubStmts[CoroutineBodyStmt::OnFallthrough] = Args.OnFallthrough; in CoroutineBodyStmt()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp473 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local
474 CGF.EmitStmt(OnFallthrough); in emitBodyAndFallthrough()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1652 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
H A DTreeTransform.h8017 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local
8018 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformCoroutineBodyStmt()
8021 Builder.OnFallthrough = Res.get(); in TransformCoroutineBodyStmt()