Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1784 ExprResult UnhandledException = buildPromiseCall( in makeOnException() local
1786 UnhandledException = S.ActOnFinishFullExpr(UnhandledException.get(), Loc, in makeOnException()
1788 if (UnhandledException.isInvalid()) in makeOnException()
1800 this->OnException = UnhandledException.get(); in makeOnException()