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