Home
last modified time | relevance | path

Searched refs:OnFallthrough (Results 1 – 1 of 1) 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() argument
323 SubStmts[CoroutineBodyStmt::OnFallthrough] = OnFallthrough; in CoroutineBodyStmt()
345 return SubStmts[SubStmt::OnFallthrough]; in getFallthroughHandler()