Lines Matching refs:CurMethod
1854 CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext); in DiagnoseEmptyLookup() local
1855 bool isInstance = CurMethod && in DiagnoseEmptyLookup()
1856 CurMethod->isInstance() && in DiagnoseEmptyLookup()
1857 DC == CurMethod->getParent() && !isDefaultArgument; in DiagnoseEmptyLookup()
2403 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod() local
2406 if (!CurMethod) in LookupInObjCMethod()
2418 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod()
2430 IFace = CurMethod->getClassInterface(); in LookupInObjCMethod()
2473 ObjCMethodFamily MF = CurMethod->getMethodFamily(); in LookupInObjCMethod()
2475 !IvarBacksCurrentMethodAccessor(IFace, CurMethod, IV)) in LookupInObjCMethod()
2495 } else if (CurMethod->isInstanceMethod()) { in LookupInObjCMethod()
2497 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { in LookupInObjCMethod()