Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1563 const CXXCatchStmt *FinalHandler = TS->getHandler(TS->getNumHandlers() - 1); in canThrow() local
1564 if (!FinalHandler->getExceptionDecl()) in canThrow()
1565 return canThrow(FinalHandler->getHandlerBlock()); in canThrow()