Lines Matching refs:CurMethod
2160 CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext); in DiagnoseDependentMemberLookup() local
2161 bool isInstance = CurMethod && CurMethod->isInstance() && in DiagnoseDependentMemberLookup()
2162 R.getNamingClass() == CurMethod->getParent() && in DiagnoseDependentMemberLookup()
2769 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupIvarInObjCMethod() local
2772 if (!CurMethod) in LookupIvarInObjCMethod()
2784 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod()
2796 IFace = CurMethod->getClassInterface(); in LookupIvarInObjCMethod()
2815 } else if (CurMethod->isInstanceMethod()) { in LookupIvarInObjCMethod()
2817 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { in LookupIvarInObjCMethod()
2841 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in BuildIvarRefExpr() local
2842 assert(CurMethod && CurMethod->isInstanceMethod() && in BuildIvarRefExpr()
2845 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface(); in BuildIvarRefExpr()
2877 ObjCMethodFamily MF = CurMethod->getMethodFamily(); in BuildIvarRefExpr()
2879 !IvarBacksCurrentMethodAccessor(IFace, CurMethod, IV)) in BuildIvarRefExpr()