Home | History | Annotate | Download | only in Sema

Lines Matching refs:selector

1147     Selector selector = Context.Selectors.getSelector(3, &selectorIdents[0]);
1153 method = iface->lookupInstanceMethod(selector);
1154 if (!method) method = LookupPrivateInstanceMethod(selector, iface);
1159 method = LookupMethodInQualifiedType(selector, pointerType,
1165 << collection->getType() << selector << collection->getSourceRange();