Searched refs:PrevMethod (Results 1 – 4 of 4) sorted by relevance
1752 if (PrevMethod && in DiagnoseClassExtensionDupMethods()3906 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd()3915 if (PrevMethod) { in ActOnAtEnd()3916 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()3930 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd()3939 if (PrevMethod) { in ActOnAtEnd()3940 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()4644 const ObjCMethodDecl *PrevMethod = nullptr; in ActOnMethodDeclaration() local4647 PrevMethod = ImpDecl->getInstanceMethod(Sel); in ActOnMethodDeclaration()4650 PrevMethod = ImpDecl->getClassMethod(Sel); in ActOnMethodDeclaration()[all …]
856 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) { in setAsRedeclaration() argument857 assert(PrevMethod); in setAsRedeclaration()858 getASTContext().setObjCMethodRedeclaration(PrevMethod, this); in setAsRedeclaration()860 PrevMethod->setHasRedeclaration(true); in setAsRedeclaration()
269 void setAsRedeclaration(const ObjCMethodDecl *PrevMethod);
3543 const ObjCMethodDecl *PrevMethod,