Searched refs:SelectorId (Results 1 – 2 of 2) sorted by relevance
8362 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local8363 if (KnownSelectors.insert(Selectors.getNullarySelector(SelectorId)) in AddObjCKeyValueCompletions()8371 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorId->getName())); in AddObjCKeyValueCompletions()8381 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local8382 if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) { in AddObjCKeyValueCompletions()8390 Allocator.CopyString(SelectorId->getName() + ":")); in AddObjCKeyValueCompletions()8432 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local8433 if (KnownSelectors.insert(Selectors.getNullarySelector(SelectorId)) in AddObjCKeyValueCompletions()8441 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorId->getName())); in AddObjCKeyValueCompletions()8454 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local[all …]
3434 IdentifierInfo *SelectorId = &Context.Idents.get("respondsToSelector"); in ActOnInstanceMessage() local3435 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage()