Searched refs:SelectorId (Results 1 – 5 of 5) sorted by relevance
66 selector_id: SelectorId,76 selector_id: SelectorId::new(), in new()213 struct SelectorId { struct218 impl SelectorId { impl224 const fn new() -> SelectorId { in new()225 SelectorId { in new()286 impl Clone for SelectorId { implementation287 fn clone(&self) -> SelectorId { in clone() argument288 SelectorId { in clone()
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()
8200 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local8201 if (KnownSelectors.insert(Selectors.getNullarySelector(SelectorId)) in AddObjCKeyValueCompletions()8209 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorId->getName())); in AddObjCKeyValueCompletions()8219 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local8220 if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) { in AddObjCKeyValueCompletions()8228 Allocator.CopyString(SelectorId->getName() + ":")); in AddObjCKeyValueCompletions()8270 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local8271 if (KnownSelectors.insert(Selectors.getNullarySelector(SelectorId)) in AddObjCKeyValueCompletions()8279 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorId->getName())); in AddObjCKeyValueCompletions()8292 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local[all …]
3433 IdentifierInfo *SelectorId = &Context.Idents.get("respondsToSelector"); in ActOnInstanceMessage() local3434 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage()