Searched refs:SelectorId (Results 1 – 2 of 2) sorted by relevance
6485 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local6486 if (KnownSelectors.insert(Selectors.getNullarySelector(SelectorId)) in AddObjCKeyValueCompletions()6495 Allocator.CopyString(SelectorId->getName())); in AddObjCKeyValueCompletions()6505 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local6506 if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) { in AddObjCKeyValueCompletions()6514 Allocator.CopyString(SelectorId->getName())); in AddObjCKeyValueCompletions()6557 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local6558 if (KnownSelectors.insert(Selectors.getNullarySelector(SelectorId)) in AddObjCKeyValueCompletions()6567 Allocator.CopyString(SelectorId->getName())); in AddObjCKeyValueCompletions()6581 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local[all …]
3056 IdentifierInfo *SelectorId = &Context.Idents.get("respondsToSelector"); in ActOnInstanceMessage() local3057 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage()