Home | History | Annotate | Download | only in Sema

Lines Matching defs:IFace

1330       ObjCInterfaceDecl *IFace = MD->getClassInterface();
1332 if ((Getter = IFace->lookupClassMethod(Sel))) {
1337 Getter = IFace->lookupPrivateMethod(Sel, false);
1343 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel);
1347 Setter = IFace->lookupPrivateMethod(SetterSel, false);
1351 Setter = IFace->getCategoryClassMethod(SetterSel);