Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurMethod

1161     if (ObjCMethodDecl *CurMethod = getCurMethodDecl())
1162 if (ObjCInterfaceDecl *Class = CurMethod->getClassInterface())
1693 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) {
1694 if (ObjCInterfaceDecl *Class = CurMethod->getClassInterface()) {
1695 if (CurMethod->isInstanceMethod()) {