Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h306 OnFallthrough, ///< Handler for control flow falling off the body. enumerator
315 Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough, in CoroutineBodyStmt()
/external/llvm-project/clang/include/clang/AST/
DStmtCXX.h326 OnFallthrough, ///< Handler for control flow falling off the body. enumerator
353 Stmt *OnFallthrough = nullptr; member
/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp539 if (Stmt *OnFallthrough = S.getFallthroughHandler()) in emitBodyAndFallthrough() local
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h7690 if (auto *OnFallthrough = S->getFallthroughHandler()) { in TransformCoroutineBodyStmt() local