Lines Matching refs:ExceptionDecl
1342 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl() argument
1345 ExceptionDecl->getInnerLocStart(), in RebuildObjCExceptionDecl()
1346 ExceptionDecl->getLocation(), in RebuildObjCExceptionDecl()
1347 ExceptionDecl->getIdentifier()); in RebuildObjCExceptionDecl()
1858 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl() argument
1875 VarDecl *ExceptionDecl, in RebuildCXXCatchStmt() argument
1877 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl, in RebuildCXXCatchStmt()
6862 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt() local
6864 getDerived().TransformType(ExceptionDecl->getTypeSourceInfo()); in TransformCXXCatchStmt()
6869 ExceptionDecl, T, ExceptionDecl->getInnerLocStart(), in TransformCXXCatchStmt()
6870 ExceptionDecl->getLocation(), ExceptionDecl->getIdentifier()); in TransformCXXCatchStmt()