Searched refs:oldMethod (Results 1 – 1 of 1) sorted by relevance
3039 ObjCMethodDecl *oldMethod) { in mergeObjCMethodDecls() argument3045 mergeDeclAttributes(newMethod, oldMethod, MergeKind); in mergeObjCMethodDecls()3048 ObjCMethodDecl::param_const_iterator oi = oldMethod->param_begin(), in mergeObjCMethodDecls()3049 oe = oldMethod->param_end(); in mergeObjCMethodDecls()3055 CheckObjCMethodOverride(newMethod, oldMethod); in mergeObjCMethodDecls()7962 CXXMethodDecl *oldMethod = cast<CXXMethodDecl>(OldDecl); in CheckFunctionDeclaration() local7963 NewFD->setAccess(oldMethod->getAccess()); in CheckFunctionDeclaration()7971 oldMethod = cast<CXXMethodDecl>(oldMethod->getFirstDecl()); in CheckFunctionDeclaration()7972 if (oldMethod->isVirtual()) { in CheckFunctionDeclaration()7973 Context.setNonKeyFunction(oldMethod); in CheckFunctionDeclaration()