Home | History | Annotate | Download | only in Sema

Lines Matching defs:CurMethod

1549         CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext);
1550 bool isInstance = CurMethod &&
1551 CurMethod->isInstance() &&
1552 DC == CurMethod->getParent() && !isDefaultArgument;
1568 if (CurMethod->getTemplatedKind() ==
1570 DepMethod = cast<CXXMethodDecl>(CurMethod->getPrimaryTemplate()->
1574 CurMethod->getInstantiatedFromMemberFunction());
1982 ObjCMethodDecl *CurMethod = getCurMethodDecl();
1985 if (!CurMethod)
1997 bool IsClassMethod = CurMethod->isClassMethod();
2009 IFace = CurMethod->getClassInterface();
2052 ObjCMethodFamily MF = CurMethod->getMethodFamily();
2054 !IvarBacksCurrentMethodAccessor(IFace, CurMethod, IV))
2076 } else if (CurMethod->isInstanceMethod()) {
2078 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) {