Searched refs:ImpMethodDecl (Results 1 – 1 of 1) sorted by relevance
2564 CheckMethodOverrideReturn(*this, ImpMethodDecl, MethodDecl, in WarnConflictingTypedMethods()2577 Diag(ImpMethodDecl->getLocation(), in WarnConflictingTypedMethods()2642 Diag(ImpMethodDecl->getLocation(), in WarnExactTypedMethods()2835 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local2840 if (ImpMethodDecl) { in MatchAllMethodDeclarations()2842 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()2845 WarnConflictingTypedMethods(ImpMethodDecl, I, in MatchAllMethodDeclarations()2864 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local2869 if (ImpMethodDecl) { in MatchAllMethodDeclarations()2871 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()[all …]