Searched refs:RebuildObjCExceptionDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp738 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
974 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, function in class:TemplateInstantiator
977 VarDecl *Var = inherited::RebuildObjCExceptionDecl(ExceptionDecl, TSInfo, T);
H A DTreeTransform.h1285 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, function in class:clang::TreeTransform
6240 Var = getDerived().RebuildObjCExceptionDecl(FromVar, TSInfo, T);

Completed in 47 milliseconds