Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExceptionDecl

780     VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl, 
788 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
975 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl,
980 VarDecl *Var = inherited::RebuildExceptionDecl(ExceptionDecl, Declarator,
983 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
987 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
990 VarDecl *Var = inherited::RebuildObjCExceptionDecl(ExceptionDecl, TSInfo, T);
992 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);