Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h396 Stmt *getExceptionHandler() const { in getExceptionHandler() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp646 CurCoro.Data->ExceptionHandler = S.getExceptionHandler(); in EmitCoroutineBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7774 assert(!S->getFallthroughHandler() && !S->getExceptionHandler() && in TransformCoroutineBodyStmt()
7788 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt()