Lines Matching defs:CurMethod
1507 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl())
1508 if (ObjCInterfaceDecl *Class = CurMethod->getClassInterface()) {
2183 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) {
2184 if (auto classDecl = CurMethod->getClassInterface()) {
2186 if (CurMethod->isInstanceMethod()) {
2190 << CurMethod->getClassInterface()->getIdentifier();
2205 IFace = CurMethod->getClassInterface()->getSuperClass();
4783 ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl();
4786 if (!CurMethod)
4798 bool IsClassMethod = CurMethod->isClassMethod();
4810 IFace = CurMethod->getClassInterface();
4829 } else if (CurMethod->isInstanceMethod()) {
4831 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) {
4874 ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl();
4875 assert(CurMethod && CurMethod->isInstanceMethod() &&
4878 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface();
4910 ObjCMethodFamily MF = CurMethod->getMethodFamily();
4912 !IvarBacksCurrentMethodAccessor(IFace, CurMethod, IV))