Searched refs:SelectorName (Results 1 – 3 of 3) sorted by relevance
6463 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local6464 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()6483 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local6484 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()6535 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local6536 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()6558 std::string SelectorName in AddObjCKeyValueCompletions() local6560 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()6568 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()6585 std::string SelectorName in AddObjCKeyValueCompletions() local[all …]
34 const char *SelectorName; member112 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName); in fillSelectors()
78 TYPE(SelectorName) \