Home | History | Annotate | Download | only in Sema

Lines Matching refs:selector

1517     Selector selector = Context.Selectors.getSelector(3, &selectorIdents[0]);
1523 method = iface->lookupInstanceMethod(selector);
1524 if (!method) method = iface->lookupPrivateMethod(selector);
1529 method = LookupMethodInQualifiedType(selector, pointerType,
1535 << collection->getType() << selector << collection->getSourceRange();