Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurMethod

1894         CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext);
1895 bool isInstance = CurMethod &&
1896 CurMethod->isInstance() &&
1897 DC == CurMethod->getParent() && !isDefaultArgument;
2432 ObjCMethodDecl *CurMethod = getCurMethodDecl();
2435 if (!CurMethod)
2447 bool IsClassMethod = CurMethod->isClassMethod();
2459 IFace = CurMethod->getClassInterface();
2502 ObjCMethodFamily MF = CurMethod->getMethodFamily();
2504 !IvarBacksCurrentMethodAccessor(IFace, CurMethod, IV))
2523 } else if (CurMethod->isInstanceMethod()) {
2525 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) {