Home | History | Annotate | Download | only in Sema

Lines Matching refs:CXXTryStmt

7127     if (FD && isa<CXXConstructorDecl>(FD) && isa<CXXTryStmt>(Body))
7128 DiagnoseReturnInConstructorExceptionHandler(cast<CXXTryStmt>(Body));