Home | History | Annotate | Download | only in Sema

Lines Matching refs:TryBlock

12919 void Sema::DiagnoseReturnInConstructorExceptionHandler(CXXTryStmt *TryBlock) {
12920 for (unsigned I = 0, E = TryBlock->getNumHandlers(); I != E; ++I) {
12921 CXXCatchStmt *Handler = TryBlock->getHandler(I);