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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2430 ObjCMethodDecl *TargetMethod = M->Method; local
2431 while (TargetMethod &&
2432 isa<ObjCImplDecl>(TargetMethod->getDeclContext())) {
2434 TargetMethod = M ? M->Method : 0;
2436 if (!TargetMethod)
2443 if (!S.MatchTwoMethodDeclarations(TargetMethod,
2447 S.Diag(TargetMethod->getLocation(), diag::warning_multiple_selectors)
2448 << TargetMethod->getSelector();

Completed in 98 milliseconds