Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurMethod

3375   if (CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext))
3376 if (CurMethod->isInstance())
3378 Qualifiers::fromCVRMask(CurMethod->getTypeQualifiers()));
5351 ObjCMethodDecl *CurMethod = S.getCurMethodDecl();
5352 if (!CurMethod)
5355 ObjCInterfaceDecl *Class = CurMethod->getClassInterface();
5363 SuperMethod = Class->getMethod(CurMethod->getSelector(),
5364 CurMethod->isInstanceMethod());
5369 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(),
5370 CurMethod->isInstanceMethod())))
5380 if (CurMethod->param_size() != SuperMethod->param_size() ||
5381 CurMethod->isVariadic() != SuperMethod->isVariadic())
5384 for (ObjCMethodDecl::param_iterator CurP = CurMethod->param_begin(),
5385 CurPEnd = CurMethod->param_end(),
5413 Selector Sel = CurMethod->getSelector();
5422 ObjCMethodDecl::param_iterator CurP = CurMethod->param_begin();
5492 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) {
5494 CDecl = CurMethod->getClassInterface();
5503 if (CurMethod->isInstanceMethod()) {
5617 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl())
5618 Results.setPreferredSelector(CurMethod->getSelector());
5759 if (ObjCMethodDecl *CurMethod = getCurMethodDecl())
5760 Results.setPreferredSelector(CurMethod->getSelector());
5770 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) {
5771 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface())