Searched refs:FromExceptionDecl (Results 1 – 1 of 1) sorted by relevance
5162 if (VarDecl *FromExceptionDecl = S->getExceptionDecl()) { in VisitCXXCatchStmt() local5164 dyn_cast_or_null<VarDecl>(Importer.Import(FromExceptionDecl)); in VisitCXXCatchStmt()5252 if (VarDecl *FromExceptionDecl = S->getCatchParamDecl()) { in VisitObjCAtCatchStmt() local5254 dyn_cast_or_null<VarDecl>(Importer.Import(FromExceptionDecl)); in VisitObjCAtCatchStmt()