Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3863 ObjCMethodDecl *oldMethod) { in mergeObjCMethodDecls() argument
3866 isa<ObjCProtocolDecl>(oldMethod->getDeclContext()) in mergeObjCMethodDecls()
3867 ? (oldMethod->isOptional() ? AMK_OptionalProtocolImplementation in mergeObjCMethodDecls()
3872 mergeDeclAttributes(newMethod, oldMethod, MergeKind); in mergeObjCMethodDecls()
3875 ObjCMethodDecl::param_const_iterator oi = oldMethod->param_begin(), in mergeObjCMethodDecls()
3876 oe = oldMethod->param_end(); in mergeObjCMethodDecls()
3882 CheckObjCMethodOverride(newMethod, oldMethod); in mergeObjCMethodDecls()