Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1679 ExprResult UnhandledException = buildPromiseCall( in makeOnException() local
1681 UnhandledException = S.ActOnFinishFullExpr(UnhandledException.get(), Loc, in makeOnException()
1683 if (UnhandledException.isInvalid()) in makeOnException()
1695 this->OnException = UnhandledException.get(); in makeOnException()