Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1566 const CXXCatchStmt *FinalHandler = TS->getHandler(TS->getNumHandlers() - 1); in canThrow() local
1567 if (!FinalHandler->getExceptionDecl()) in canThrow()
1568 return canThrow(FinalHandler->getHandlerBlock()); in canThrow()