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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp846 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
1076 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, function in class:TemplateInstantiator
1079 VarDecl *Var = inherited::RebuildObjCExceptionDecl(ExceptionDecl, TSInfo, T);
H A DTreeTransform.h1251 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, function in class:clang::TreeTransform
5878 Var = getDerived().RebuildObjCExceptionDecl(FromVar, TSInfo, T);

Completed in 178 milliseconds