Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurMethod

1760         CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext);
1761 bool isInstance = CurMethod &&
1762 CurMethod->isInstance() &&
1763 DC == CurMethod->getParent() && !isDefaultArgument;
1778 if (CurMethod->isDependentContext())
1779 DepMethod = CurMethod;
1780 else if (CurMethod->getTemplatedKind() ==
1782 DepMethod = cast<CXXMethodDecl>(CurMethod->getPrimaryTemplate()->
1786 CurMethod->getInstantiatedFromMemberFunction());
2292 ObjCMethodDecl *CurMethod = getCurMethodDecl();
2295 if (!CurMethod)
2307 bool IsClassMethod = CurMethod->isClassMethod();
2319 IFace = CurMethod->getClassInterface();
2362 ObjCMethodFamily MF = CurMethod->getMethodFamily();
2364 !IvarBacksCurrentMethodAccessor(IFace, CurMethod, IV))
2384 } else if (CurMethod->isInstanceMethod()) {
2386 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) {