Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp8362 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local
8363 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() local
8382 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() local
8433 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 …]
H A DSemaExprObjC.cpp3434 IdentifierInfo *SelectorId = &Context.Idents.get("respondsToSelector"); in ActOnInstanceMessage() local
3435 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage()