Home | History | Annotate | Download | only in Sema

Lines Matching defs:IFace

1425       ObjCInterfaceDecl *IFace = MD->getClassInterface();
1427 if ((Getter = IFace->lookupClassMethod(Sel))) {
1432 Getter = IFace->lookupPrivateMethod(Sel, false);
1439 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel);
1443 Setter = IFace->lookupPrivateMethod(SetterSel, false);