Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExceptionDecl

1330   VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
1333 ExceptionDecl->getInnerLocStart(),
1334 ExceptionDecl->getLocation(),
1335 ExceptionDecl->getIdentifier());
1785 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl,
1802 VarDecl *ExceptionDecl,
1804 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
6758 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) {
6760 getDerived().TransformType(ExceptionDecl->getTypeSourceInfo());
6765 ExceptionDecl, T, ExceptionDecl->getInnerLocStart(),
6766 ExceptionDecl->getLocation(), ExceptionDecl->getIdentifier());