Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp4342 ObjCMethodDecl *oldMethod) { in mergeObjCMethodDecls() argument
4345 isa<ObjCProtocolDecl>(oldMethod->getDeclContext()) in mergeObjCMethodDecls()
4346 ? (oldMethod->isOptional() ? AMK_OptionalProtocolImplementation in mergeObjCMethodDecls()
4351 mergeDeclAttributes(newMethod, oldMethod, MergeKind); in mergeObjCMethodDecls()
4354 ObjCMethodDecl::param_const_iterator oi = oldMethod->param_begin(), in mergeObjCMethodDecls()
4355 oe = oldMethod->param_end(); in mergeObjCMethodDecls()
4361 CheckObjCMethodOverride(newMethod, oldMethod); in mergeObjCMethodDecls()