Searched refs:MatchingMethodDecl (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1184 ObjCMethodDecl *MatchingMethodDecl = M->getMethod(); local
1185 if (MatchingMethodDecl == Method ||
1186 isa<ObjCImplDecl>(MatchingMethodDecl->getDeclContext()) ||
1187 MatchingMethodDecl->getSelector() != Method->getSelector())
1190 MatchingMethodDecl, Sema::MMS_loose)) {
1199 S.Diag(MatchingMethodDecl->getLocation(), diag::note_method_declared_at)
1200 << MatchingMethodDecl->getDeclName();

Completed in 168 milliseconds