Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtCXX.cpp117 SubStmts[CoroutineBodyStmt::OnFallthrough] = Args.OnFallthrough; in CoroutineBodyStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h326 OnFallthrough, ///< Handler for control flow falling off the body. enumerator
353 Stmt *OnFallthrough = nullptr; member
400 return getStoredStmts()[SubStmt::OnFallthrough]; in getFallthroughHandler()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp539 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local
540 CGF.EmitStmt(OnFallthrough); in emitBodyAndFallthrough()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1477 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
H A DTreeTransform.h7781 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local
7782 StmtResult Res = getDerived().TransformStmt(OnFallthrough); in TransformCoroutineBodyStmt()
7785 Builder.OnFallthrough = Res.get(); in TransformCoroutineBodyStmt()