Home | History | Annotate | Download | only in AST

Lines Matching refs:PrevMethod

501 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) {
502 assert(PrevMethod);
503 getASTContext().setObjCMethodRedeclaration(PrevMethod, this);
505 PrevMethod->HasRedeclaration = true;