Lines Matching defs:ExceptionDecl
1622 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
1625 TInfo, T, ExceptionDecl->getInnerLocStart(),
1626 ExceptionDecl->getLocation(), ExceptionDecl->getIdentifier());
2538 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl,
2555 VarDecl *ExceptionDecl,
2557 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
8787 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) {
8789 getDerived().TransformType(ExceptionDecl->getTypeSourceInfo());
8794 ExceptionDecl, T, ExceptionDecl->getInnerLocStart(),
8795 ExceptionDecl->getLocation(), ExceptionDecl->getIdentifier());