Searched refs:FinalHandler (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1544 const CXXCatchStmt *FinalHandler = TS->getHandler(TS->getNumHandlers() - 1); local
1545 if (!FinalHandler->getExceptionDecl())
1546 return canThrow(FinalHandler->getHandlerBlock());

Completed in 113 milliseconds