Searched refs:ImpMethodDecl (Results 1 – 1 of 1) sorted by relevance
2542 CheckMethodOverrideReturn(*this, ImpMethodDecl, MethodDecl, in WarnConflictingTypedMethods()2554 if (ImpMethodDecl->isVariadic() != MethodDecl->isVariadic()) { in WarnConflictingTypedMethods()2555 Diag(ImpMethodDecl->getLocation(), in WarnConflictingTypedMethods()2586 void Sema::WarnExactTypedMethods(ObjCMethodDecl *ImpMethodDecl, in WarnExactTypedMethods() argument2620 Diag(ImpMethodDecl->getLocation(), in WarnExactTypedMethods()2813 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local2818 if (ImpMethodDecl) { in MatchAllMethodDeclarations()2820 WarnConflictingTypedMethods(ImpMethodDecl, I, in MatchAllMethodDeclarations()2839 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local2844 if (ImpMethodDecl) { in MatchAllMethodDeclarations()[all …]