Home | History | Annotate | Download | only in Sema

Lines Matching refs:lookupMethod

1476     if (ObjCMethodDecl *method = iface->lookupMethod(sel, isInstance))
1487 if (ObjCMethodDecl *method = I->lookupMethod(sel, isInstance))
1501 if ((MD = PROTO->lookupMethod(Sel, Instance))) {
3606 ClassMethod = RelatedClass->lookupMethod(Sel, false);
3618 InstanceMethod = RelatedClass->lookupMethod(Sel, true);