Home
last modified time | relevance | path

Searched refs:ImpMethodDecl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2594 void SemaObjC::WarnConflictingTypedMethods(ObjCMethodDecl *ImpMethodDecl, in WarnConflictingTypedMethods() argument
2598 checkMethodFamilyMismatch(SemaRef, ImpMethodDecl, MethodDecl)) in WarnConflictingTypedMethods()
2601 CheckMethodOverrideReturn(SemaRef, ImpMethodDecl, MethodDecl, in WarnConflictingTypedMethods()
2604 for (ObjCMethodDecl::param_iterator IM = ImpMethodDecl->param_begin(), in WarnConflictingTypedMethods()
2605 IF = MethodDecl->param_begin(), EM = ImpMethodDecl->param_end(), in WarnConflictingTypedMethods()
2608 CheckMethodOverrideParam(SemaRef, ImpMethodDecl, MethodDecl, *IM, *IF, in WarnConflictingTypedMethods()
2612 if (ImpMethodDecl->isVariadic() != MethodDecl->isVariadic()) { in WarnConflictingTypedMethods()
2613 Diag(ImpMethodDecl->getLocation(), in WarnConflictingTypedMethods()
2643 void SemaObjC::WarnExactTypedMethods(ObjCMethodDecl *ImpMethodDecl, in WarnExactTypedMethods() argument
2659 bool match = CheckMethodOverrideReturn(SemaRef, ImpMethodDecl, MethodDecl, in WarnExactTypedMethods()
[all …]