Lines Matching refs:ExceptionDecl
1285 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl() argument
1288 ExceptionDecl->getInnerLocStart(), in RebuildObjCExceptionDecl()
1289 ExceptionDecl->getLocation(), in RebuildObjCExceptionDecl()
1290 ExceptionDecl->getIdentifier()); in RebuildObjCExceptionDecl()
1609 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl() argument
1626 VarDecl *ExceptionDecl, in RebuildCXXCatchStmt() argument
1628 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl, in RebuildCXXCatchStmt()
6376 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt() local
6378 getDerived().TransformType(ExceptionDecl->getTypeSourceInfo()); in TransformCXXCatchStmt()
6383 ExceptionDecl, T, ExceptionDecl->getInnerLocStart(), in TransformCXXCatchStmt()
6384 ExceptionDecl->getLocation(), ExceptionDecl->getIdentifier()); in TransformCXXCatchStmt()