Lines Matching defs:CurMethod
8099 ObjCMethodDecl *CurMethod = S.getCurMethodDecl();
8100 if (!CurMethod)
8103 ObjCInterfaceDecl *Class = CurMethod->getClassInterface();
8111 SuperMethod = Class->getMethod(CurMethod->getSelector(),
8112 CurMethod->isInstanceMethod());
8117 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(),
8118 CurMethod->isInstanceMethod())))
8128 if (CurMethod->param_size() != SuperMethod->param_size() ||
8129 CurMethod->isVariadic() != SuperMethod->isVariadic())
8132 for (ObjCMethodDecl::param_iterator CurP = CurMethod->param_begin(),
8133 CurPEnd = CurMethod->param_end(),
8160 Selector Sel = CurMethod->getSelector();
8169 ObjCMethodDecl::param_iterator CurP = CurMethod->param_begin();
8238 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) {
8240 CDecl = CurMethod->getClassInterface();
8249 if (CurMethod->isInstanceMethod()) {
8362 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl())
8363 Results.setPreferredSelector(CurMethod->getSelector());
8504 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl())
8505 Results.setPreferredSelector(CurMethod->getSelector());
8515 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) {
8516 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface())