Home | History | Annotate | Download | only in Sema

Lines Matching refs:selector

1695     Selector selector = Context.Selectors.getSelector(3, &selectorIdents[0]);
1701 method = iface->lookupInstanceMethod(selector);
1702 if (!method) method = iface->lookupPrivateMethod(selector);
1707 method = LookupMethodInQualifiedType(selector, pointerType,
1713 << collection->getType() << selector << collection->getSourceRange();