Home | History | Annotate | Download | only in AST

Lines Matching refs:PrevMethod

677 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) {
678 assert(PrevMethod);
679 getASTContext().setObjCMethodRedeclaration(PrevMethod, this);
681 PrevMethod->HasRedeclaration = true;