HomeSort by: relevance | last modified time | path
    Searched refs:OnException (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtCXX.cpp 116 SubStmts[CoroutineBodyStmt::OnException] = Args.OnException;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 325 OnException, ///< Handler for exceptions thrown in the body.
352 Stmt *OnException = nullptr;
397 return getStoredStmts()[SubStmt::OnException];
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 1500 // If exceptions are disabled, don't try to build OnException.
1520 this->OnException = UnhandledException.get();
TreeTransform.h 7788 if (auto *OnException = S->getExceptionHandler()) {
7789 StmtResult Res = getDerived().TransformStmt(OnException);
7792 Builder.OnException = Res.get();

Completed in 44 milliseconds