Home
last modified time | relevance | path

Searched defs:OnFallthrough (Results 1 – 3 of 3) sorted by relevance

/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
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp772 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8463 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local