Lines Matching refs:ExceptionDecl
1510 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl() argument
1513 ExceptionDecl->getInnerLocStart(), in RebuildObjCExceptionDecl()
1514 ExceptionDecl->getLocation(), in RebuildObjCExceptionDecl()
1515 ExceptionDecl->getIdentifier()); in RebuildObjCExceptionDecl()
2207 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl() argument
2224 VarDecl *ExceptionDecl, in RebuildCXXCatchStmt() argument
2226 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl, in RebuildCXXCatchStmt()
8004 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt() local
8006 getDerived().TransformType(ExceptionDecl->getTypeSourceInfo()); in TransformCXXCatchStmt()
8011 ExceptionDecl, T, ExceptionDecl->getInnerLocStart(), in TransformCXXCatchStmt()
8012 ExceptionDecl->getLocation(), ExceptionDecl->getIdentifier()); in TransformCXXCatchStmt()