Home | History | Annotate | Download | only in Sema

Lines Matching refs:CXXTryStmt

8805     if (FD && isa<CXXConstructorDecl>(FD) && isa<CXXTryStmt>(Body))
8806 DiagnoseReturnInConstructorExceptionHandler(cast<CXXTryStmt>(Body));