Home | History | Annotate | Download | only in Sema

Lines Matching refs:CXXTryStmt

10209     if (FD && isa<CXXConstructorDecl>(FD) && isa<CXXTryStmt>(Body))
10210 DiagnoseReturnInConstructorExceptionHandler(cast<CXXTryStmt>(Body));