Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1779 ExprResult UnhandledException = in makeOnException() local
1781 UnhandledException = S.ActOnFinishFullExpr(UnhandledException.get(), Loc, in makeOnException()
1783 if (UnhandledException.isInvalid()) in makeOnException()
1795 this->OnException = UnhandledException.get(); in makeOnException()