Home | History | Annotate | Download | only in Sema

Lines Matching defs:CurMethod

1347         CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext);
1348 bool isInstance = CurMethod &&
1349 CurMethod->isInstance() &&
1350 DC == CurMethod->getParent();
1359 CurMethod->getInstantiatedFromMemberFunction());
1789 ObjCMethodDecl *CurMethod = getCurMethodDecl();
1800 bool IsClassMethod = CurMethod->isClassMethod();
1812 IFace = CurMethod->getClassInterface();
1855 } else if (CurMethod->isInstanceMethod()) {
1857 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface();