Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1694 ExprResult UnhandledException = buildPromiseCall( in makeOnException() local
1696 UnhandledException = S.ActOnFinishFullExpr(UnhandledException.get(), Loc, in makeOnException()
1698 if (UnhandledException.isInvalid()) in makeOnException()
1710 this->OnException = UnhandledException.get(); in makeOnException()