Home
last modified time | relevance | path

Searched refs:FromExceptionDecl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp5162 if (VarDecl *FromExceptionDecl = S->getExceptionDecl()) { in VisitCXXCatchStmt() local
5164 dyn_cast_or_null<VarDecl>(Importer.Import(FromExceptionDecl)); in VisitCXXCatchStmt()
5252 if (VarDecl *FromExceptionDecl = S->getCatchParamDecl()) { in VisitObjCAtCatchStmt() local
5254 dyn_cast_or_null<VarDecl>(Importer.Import(FromExceptionDecl)); in VisitObjCAtCatchStmt()