Lines Matching defs:ExceptionDecl
1625 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
1628 TInfo, T, ExceptionDecl->getInnerLocStart(),
1629 ExceptionDecl->getLocation(), ExceptionDecl->getIdentifier());
2576 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl,
2593 VarDecl *ExceptionDecl,
2595 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
9034 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) {
9036 getDerived().TransformType(ExceptionDecl->getTypeSourceInfo());
9041 ExceptionDecl, T, ExceptionDecl->getInnerLocStart(),
9042 ExceptionDecl->getLocation(), ExceptionDecl->getIdentifier());