Home | History | Annotate | Download | only in Sema

Lines Matching defs:CurMethod

3255   if (CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext))
3256 if (CurMethod->isInstance())
3258 Qualifiers::fromCVRMask(CurMethod->getTypeQualifiers()));
5109 ObjCMethodDecl *CurMethod = S.getCurMethodDecl();
5110 if (!CurMethod)
5113 ObjCInterfaceDecl *Class = CurMethod->getClassInterface();
5121 SuperMethod = Class->getMethod(CurMethod->getSelector(),
5122 CurMethod->isInstanceMethod());
5127 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(),
5128 CurMethod->isInstanceMethod())))
5138 if (CurMethod
5139 CurMethod->isVariadic() != SuperMethod->isVariadic())
5142 for (ObjCMethodDecl::param_iterator CurP = CurMethod->param_begin(),
5143 CurPEnd = CurMethod->param_end(),
5170 Selector Sel = CurMethod->getSelector();
5179 ObjCMethodDecl::param_iterator CurP = CurMethod->param_begin();
5249 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) {
5251 CDecl = CurMethod->getClassInterface();
5260 if (CurMethod->isInstanceMethod()) {
5374 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl())
5375 Results.setPreferredSelector(CurMethod->getSelector());
5516 if (ObjCMethodDecl *CurMethod = getCurMethodDecl())
5517 Results.setPreferredSelector(CurMethod->getSelector());
5527 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) {
5528 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface())