Lines Matching refs:ExceptionDecl
1535 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl() argument
1538 ExceptionDecl->getInnerLocStart(), in RebuildObjCExceptionDecl()
1539 ExceptionDecl->getLocation(), in RebuildObjCExceptionDecl()
1540 ExceptionDecl->getIdentifier()); in RebuildObjCExceptionDecl()
2364 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl() argument
2381 VarDecl *ExceptionDecl, in RebuildCXXCatchStmt() argument
2383 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl, in RebuildCXXCatchStmt()
8224 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt() local
8226 getDerived().TransformType(ExceptionDecl->getTypeSourceInfo()); in TransformCXXCatchStmt()
8231 ExceptionDecl, T, ExceptionDecl->getInnerLocStart(), in TransformCXXCatchStmt()
8232 ExceptionDecl->getLocation(), ExceptionDecl->getIdentifier()); in TransformCXXCatchStmt()