Searched refs:SelectorId (Results 1 – 2 of 2) sorted by relevance
6464 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local6465 if (KnownSelectors.insert(Selectors.getNullarySelector(SelectorId)) in AddObjCKeyValueCompletions()6474 Allocator.CopyString(SelectorId->getName())); in AddObjCKeyValueCompletions()6484 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local6485 if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) { in AddObjCKeyValueCompletions()6493 Allocator.CopyString(SelectorId->getName())); in AddObjCKeyValueCompletions()6536 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local6537 if (KnownSelectors.insert(Selectors.getNullarySelector(SelectorId)) in AddObjCKeyValueCompletions()6546 Allocator.CopyString(SelectorId->getName())); in AddObjCKeyValueCompletions()6560 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local[all …]
3027 IdentifierInfo *SelectorId = &Context.Idents.get("respondsToSelector"); in ActOnInstanceMessage() local3028 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage()