Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurMethod

1050     if (ObjCMethodDecl *CurMethod = getCurMethodDecl())
1051 if (ObjCInterfaceDecl *Class = CurMethod->getClassInterface())
1516 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) {
1517 if (CurMethod->isInstanceMethod()) {
1519 Context.getObjCInterfaceType(CurMethod->getClassInterface());
1532 IFace = CurMethod->getClassInterface()->getSuperClass();