Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3926 ObjCMethodDecl *oldMethod) { in mergeObjCMethodDecls() argument
3929 isa<ObjCProtocolDecl>(oldMethod->getDeclContext()) in mergeObjCMethodDecls()
3930 ? (oldMethod->isOptional() ? AMK_OptionalProtocolImplementation in mergeObjCMethodDecls()
3935 mergeDeclAttributes(newMethod, oldMethod, MergeKind); in mergeObjCMethodDecls()
3938 ObjCMethodDecl::param_const_iterator oi = oldMethod->param_begin(), in mergeObjCMethodDecls()
3939 oe = oldMethod->param_end(); in mergeObjCMethodDecls()
3945 CheckObjCMethodOverride(newMethod, oldMethod); in mergeObjCMethodDecls()