Lines Matching refs:CurMethod
2150 CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext); in DiagnoseDependentMemberLookup() local
2151 bool isInstance = CurMethod && CurMethod->isInstance() && in DiagnoseDependentMemberLookup()
2152 R.getNamingClass() == CurMethod->getParent() && in DiagnoseDependentMemberLookup()
2759 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupIvarInObjCMethod() local
2762 if (!CurMethod) in LookupIvarInObjCMethod()
2774 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod()
2786 IFace = CurMethod->getClassInterface(); in LookupIvarInObjCMethod()
2805 } else if (CurMethod->isInstanceMethod()) { in LookupIvarInObjCMethod()
2807 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { in LookupIvarInObjCMethod()
2831 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in BuildIvarRefExpr() local
2832 assert(CurMethod && CurMethod->isInstanceMethod() && in BuildIvarRefExpr()
2835 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface(); in BuildIvarRefExpr()
2867 ObjCMethodFamily MF = CurMethod->getMethodFamily(); in BuildIvarRefExpr()
2869 !IvarBacksCurrentMethodAccessor(IFace, CurMethod, IV)) in BuildIvarRefExpr()