Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExceptionDecl

744     VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl, 
752 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
946 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl,
951 VarDecl *Var = inherited::RebuildExceptionDecl(ExceptionDecl, Declarator,
954 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
958 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
961 VarDecl *Var = inherited::RebuildObjCExceptionDecl(ExceptionDecl, TSInfo, T);
963 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);