Home
last modified time | relevance | path

Searched refs:SelectorId (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/mio/src/
Dio_source.rs66 selector_id: SelectorId,
76 selector_id: SelectorId::new(), in new()
213 struct SelectorId { struct
218 impl SelectorId { impl
224 const fn new() -> SelectorId { in new()
225 SelectorId { in new()
286 impl Clone for SelectorId { implementation
287 fn clone(&self) -> SelectorId { in clone() argument
288 SelectorId { in clone()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp6485 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local
6486 if (KnownSelectors.insert(Selectors.getNullarySelector(SelectorId)) in AddObjCKeyValueCompletions()
6495 Allocator.CopyString(SelectorId->getName())); in AddObjCKeyValueCompletions()
6505 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local
6506 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() local
6558 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 …]
DSemaExprObjC.cpp3056 IdentifierInfo *SelectorId = &Context.Idents.get("respondsToSelector"); in ActOnInstanceMessage() local
3057 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp8200 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local
8201 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() local
8220 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() local
8271 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 …]
DSemaExprObjC.cpp3433 IdentifierInfo *SelectorId = &Context.Idents.get("respondsToSelector"); in ActOnInstanceMessage() local
3434 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage()