Searched refs:PrevMethod (Results 1 – 4 of 4) sorted by relevance
1764 if (PrevMethod && in DiagnoseClassExtensionDupMethods()4015 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd()4024 if (PrevMethod) { in ActOnAtEnd()4025 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()4039 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd()4048 if (PrevMethod) { in ActOnAtEnd()4049 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()4830 const ObjCMethodDecl *PrevMethod = nullptr; in ActOnMethodDeclaration() local4833 PrevMethod = ImpDecl->getInstanceMethod(Sel); in ActOnMethodDeclaration()4836 PrevMethod = ImpDecl->getClassMethod(Sel); in ActOnMethodDeclaration()[all …]
878 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) { in setAsRedeclaration() argument879 assert(PrevMethod); in setAsRedeclaration()880 getASTContext().setObjCMethodRedeclaration(PrevMethod, this); in setAsRedeclaration()882 PrevMethod->setHasRedeclaration(true); in setAsRedeclaration()
271 void setAsRedeclaration(const ObjCMethodDecl *PrevMethod);
4730 const ObjCMethodDecl *PrevMethod,