Home
last modified time | relevance | path

Searched refs:UnhandledException (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp1552 ExprResult UnhandledException = buildPromiseCall(S, Fn.CoroutinePromise, Loc, in makeOnException() local
1554 UnhandledException = S.ActOnFinishFullExpr(UnhandledException.get(), Loc, in makeOnException()
1556 if (UnhandledException.isInvalid()) in makeOnException()
1568 this->OnException = UnhandledException.get(); in makeOnException()