Home | History | Annotate | Download | only in Sema

Lines Matching defs:iface

1499   ObjCInterfaceDecl *iface = objectType->getInterface();
1503 if (iface &&
1511 } else if (iface || !objectType->qual_empty()) {
1522 if (iface) {
1523 method = iface->lookupInstanceMethod(selector);
1524 if (!method) method = iface->lookupPrivateMethod(selector);