Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurMethod

1388         CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext);
1389 bool isInstance = CurMethod &&
1390 CurMethod->isInstance() &&
1391 DC == CurMethod->getParent() && !isDefaultArgument;
1401 CurMethod->getInstantiatedFromMemberFunction());
1800 ObjCMethodDecl *CurMethod = getCurMethodDecl();
1811 bool IsClassMethod = CurMethod->isClassMethod();
1823 IFace = CurMethod->getClassInterface();
1869 } else if (CurMethod->isInstanceMethod()) {
1871 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) {