Home
last modified time | relevance | path

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

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