Lines Matching refs:CurMethod

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