Lines Matching defs:CurMethod
1498 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl())
1499 if (ObjCInterfaceDecl *Class = CurMethod->getClassInterface()) {
2171 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) {
2172 if (auto classDecl = CurMethod->getClassInterface()) {
2174 if (CurMethod->isInstanceMethod()) {
2178 << CurMethod->getClassInterface()->getIdentifier();
2193 IFace = CurMethod->getClassInterface()->getSuperClass();
4772 ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl();
4775 if (!CurMethod)
4787 bool IsClassMethod = CurMethod->isClassMethod();
4799 IFace = CurMethod->getClassInterface();
4818 } else if (CurMethod->isInstanceMethod()) {
4820 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) {
4863 ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl();
4864 assert(CurMethod && CurMethod->isInstanceMethod() &&
4867 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface();
4899 ObjCMethodFamily MF = CurMethod->getMethodFamily();
4901 !IvarBacksCurrentMethodAccessor(IFace, CurMethod, IV))