Lines Matching defs:CurMethod
7959 ObjCMethodDecl *CurMethod = S.getCurMethodDecl();
7960 if (!CurMethod)
7963 ObjCInterfaceDecl *Class = CurMethod->getClassInterface();
7971 SuperMethod = Class->getMethod(CurMethod->getSelector(),
7972 CurMethod->isInstanceMethod());
7977 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(),
7978 CurMethod->isInstanceMethod())))
7988 if (CurMethod->param_size() != SuperMethod->param_size() ||
7989 CurMethod->isVariadic() != SuperMethod->isVariadic())
7992 for (ObjCMethodDecl::param_iterator CurP = CurMethod->param_begin(),
7993 CurPEnd = CurMethod->param_end(),
8020 Selector Sel = CurMethod->getSelector();
8029 ObjCMethodDecl::param_iterator CurP = CurMethod->param_begin();
8099 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) {
8101 CDecl = CurMethod->getClassInterface();
8110 if (CurMethod->isInstanceMethod()) {
8223 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl())
8224 Results.setPreferredSelector(CurMethod->getSelector());
8365 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl())
8366 Results.setPreferredSelector(CurMethod->getSelector());
8376 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) {
8377 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface())