Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3039 ObjCMethodDecl *oldMethod) { in mergeObjCMethodDecls() argument
3045 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() local
7963 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()