Searched refs:FinalHandler (Results 1 – 1 of 1) sorted by relevance
1563 const CXXCatchStmt *FinalHandler = TS->getHandler(TS->getNumHandlers() - 1); in canThrow() local1564 if (!FinalHandler->getExceptionDecl()) in canThrow()1565 return canThrow(FinalHandler->getHandlerBlock()); in canThrow()