Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExceptionDecl

1210   VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
1213 ExceptionDecl->getInnerLocStart(),
1214 ExceptionDecl->getLocation(),
1215 ExceptionDecl->getIdentifier());
1298 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl,
1315 VarDecl *ExceptionDecl,
1317 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
5823 VarDecl *ExceptionDecl = S->getExceptionDecl();
5825 ExceptionDecl->getTypeSourceInfo());
5829 Var = getDerived().RebuildExceptionDecl(ExceptionDecl, T,
5830 ExceptionDecl->getInnerLocStart(),
5831 ExceptionDecl->getLocation(),
5832 ExceptionDecl->getIdentifier());