Searched refs:ImpMethodDecl (Results 1 – 1 of 1) sorted by relevance
2585 CheckMethodOverrideReturn(*this, ImpMethodDecl, MethodDecl, in WarnConflictingTypedMethods()2598 Diag(ImpMethodDecl->getLocation(), in WarnConflictingTypedMethods()2664 Diag(ImpMethodDecl->getLocation(), in WarnExactTypedMethods()2849 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local2854 if (ImpMethodDecl) { in MatchAllMethodDeclarations()2856 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()2859 WarnConflictingTypedMethods(ImpMethodDecl, I, in MatchAllMethodDeclarations()2878 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local2883 if (ImpMethodDecl) { in MatchAllMethodDeclarations()2885 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()[all …]