Searched defs:OnException (Results 1 – 3 of 3) sorted by relevance
305 OnException, ///< Handler for exceptions thrown in the body. enumerator315 Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough, in CoroutineBodyStmt()
325 OnException, ///< Handler for exceptions thrown in the body. enumerator352 Stmt *OnException = nullptr; member
7697 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt() local