Lines Matching refs:SelectorName

9106     std::string SelectorName = (Twine("is") + UpperKey).str();  in AddObjCKeyValueCompletions()  local
9107 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9125 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9126 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9176 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9177 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9198 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
9199 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9207 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9225 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
9226 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9234 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9246 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9247 const IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName), in AddObjCKeyValueCompletions()
9257 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9278 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
9280 &Context.Idents.get(SelectorName)}; in AddObjCKeyValueCompletions()
9296 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9308 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9309 const IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName), in AddObjCKeyValueCompletions()
9319 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9337 std::string SelectorName = in AddObjCKeyValueCompletions() local
9339 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9347 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9359 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
9360 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9368 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9380 std::string SelectorName = in AddObjCKeyValueCompletions() local
9382 const IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName), in AddObjCKeyValueCompletions()
9392 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9448 std::string SelectorName = (Twine("enumeratorOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9449 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9458 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName)); in AddObjCKeyValueCompletions()
9467 std::string SelectorName = (Twine("memberOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9468 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9477 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9496 std::string SelectorName = in AddObjCKeyValueCompletions() local
9498 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9506 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9519 std::string SelectorName = (Twine("add") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9520 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9528 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9540 std::string SelectorName = in AddObjCKeyValueCompletions() local
9542 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9550 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9563 std::string SelectorName = (Twine("remove") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9564 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9572 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9584 std::string SelectorName = (Twine("intersect") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9585 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9593 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9612 std::string SelectorName = in AddObjCKeyValueCompletions() local
9614 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9623 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName)); in AddObjCKeyValueCompletions()
9633 std::string SelectorName = in AddObjCKeyValueCompletions() local
9635 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9644 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName)); in AddObjCKeyValueCompletions()