Home | History | Annotate | Download | only in Sema

Lines Matching defs:CurrentClass

2006   ObjCInterfaceDecl *CurrentClass = dyn_cast<ObjCInterfaceDecl>(CD);
2007 if (!CurrentClass) {
2009 CurrentClass = Cat->getClassInterface();
2011 CurrentClass = Impl->getClassInterface();
2014 CheckObjCMethodOverrides(GetterMethod, CurrentClass, Sema::RTC_Unknown);
2016 CheckObjCMethodOverrides(SetterMethod, CurrentClass, Sema::RTC_Unknown);