Lines Matching refs:CurMethod
2218 CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext); in DiagnoseDependentMemberLookup() local
2219 bool isInstance = CurMethod && CurMethod->isInstance() && in DiagnoseDependentMemberLookup()
2220 R.getNamingClass() == CurMethod->getParent() && in DiagnoseDependentMemberLookup()
2828 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupIvarInObjCMethod() local
2831 if (!CurMethod) in LookupIvarInObjCMethod()
2843 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod()
2855 IFace = CurMethod->getClassInterface(); in LookupIvarInObjCMethod()
2874 } else if (CurMethod->isInstanceMethod()) { in LookupIvarInObjCMethod()
2876 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { in LookupIvarInObjCMethod()
2900 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in BuildIvarRefExpr() local
2901 assert(CurMethod && CurMethod->isInstanceMethod() && in BuildIvarRefExpr()
2904 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface(); in BuildIvarRefExpr()
2936 ObjCMethodFamily MF = CurMethod->getMethodFamily(); in BuildIvarRefExpr()
2938 !IvarBacksCurrentMethodAccessor(IFace, CurMethod, IV)) in BuildIvarRefExpr()