Lines Matching refs:SelectorName
8199 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8200 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8218 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8219 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8269 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8270 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8291 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
8292 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8300 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8318 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
8319 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8327 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8339 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8340 IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName), in AddObjCKeyValueCompletions()
8350 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8371 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
8373 &Context.Idents.get(SelectorName)}; in AddObjCKeyValueCompletions()
8389 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8401 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8402 IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName), in AddObjCKeyValueCompletions()
8412 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8430 std::string SelectorName = in AddObjCKeyValueCompletions() local
8432 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8440 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8452 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
8453 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8461 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8473 std::string SelectorName = in AddObjCKeyValueCompletions() local
8475 IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName), in AddObjCKeyValueCompletions()
8485 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8541 std::string SelectorName = (Twine("enumeratorOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8542 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8551 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName)); in AddObjCKeyValueCompletions()
8560 std::string SelectorName = (Twine("memberOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8561 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8570 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8589 std::string SelectorName = in AddObjCKeyValueCompletions() local
8591 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8599 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8612 std::string SelectorName = (Twine("add") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8613 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8621 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8633 std::string SelectorName = in AddObjCKeyValueCompletions() local
8635 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8643 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8656 std::string SelectorName = (Twine("remove") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8657 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8665 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8677 std::string SelectorName = (Twine("intersect") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8678 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8686 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8705 std::string SelectorName = in AddObjCKeyValueCompletions() local
8707 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8716 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName)); in AddObjCKeyValueCompletions()
8726 std::string SelectorName = in AddObjCKeyValueCompletions() local
8728 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8737 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName)); in AddObjCKeyValueCompletions()