Searched refs:ImpMethodDecl (Results 1 – 1 of 1) sorted by relevance
2577 CheckMethodOverrideReturn(*this, ImpMethodDecl, MethodDecl, in WarnConflictingTypedMethods()2590 Diag(ImpMethodDecl->getLocation(), in WarnConflictingTypedMethods()2655 Diag(ImpMethodDecl->getLocation(), in WarnExactTypedMethods()2842 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local2847 if (ImpMethodDecl) { in MatchAllMethodDeclarations()2849 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()2852 WarnConflictingTypedMethods(ImpMethodDecl, I, in MatchAllMethodDeclarations()2871 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local2876 if (ImpMethodDecl) { in MatchAllMethodDeclarations()2878 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()[all …]