Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4424 ObjCMethodDecl *oldMethod) { in mergeObjCMethodDecls() argument
4427 isa<ObjCProtocolDecl>(oldMethod->getDeclContext()) in mergeObjCMethodDecls()
4428 ? (oldMethod->isOptional() ? AMK_OptionalProtocolImplementation in mergeObjCMethodDecls()
4433 mergeDeclAttributes(newMethod, oldMethod, MergeKind); in mergeObjCMethodDecls()
4436 ObjCMethodDecl::param_const_iterator oi = oldMethod->param_begin(), in mergeObjCMethodDecls()
4437 oe = oldMethod->param_end(); in mergeObjCMethodDecls()
4443 CheckObjCMethodOverride(newMethod, oldMethod); in mergeObjCMethodDecls()