Home | History | Annotate | Download | only in Sema

Lines Matching defs:IFace

1473       ObjCInterfaceDecl *IFace = MD->getClassInterface();
1475 if ((Getter = IFace->lookupClassMethod(Sel))) {
1480 Getter = IFace->lookupPrivateMethod(Sel, false);
1487 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel);
1491 Setter = IFace->lookupPrivateMethod(SetterSel, false);