Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtCXX.cpp118 SubStmts[CoroutineBodyStmt::OnFallthrough] = Args.OnFallthrough; in CoroutineBodyStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h311 OnFallthrough, ///< Handler for control flow falling off the body. enumerator
338 Stmt *OnFallthrough = nullptr; member
385 return getStoredStmts()[SubStmt::OnFallthrough]; in getFallthroughHandler()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCoroutine.cpp541 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local
542 CGF.EmitStmt(OnFallthrough); in emitBodyAndFallthrough()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp1321 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
H A DTreeTransform.h7079 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local
7080 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformCoroutineBodyStmt()
7083 Builder.OnFallthrough = Res.get(); in TransformCoroutineBodyStmt()