Lines Matching refs:SelectorName
8361 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8362 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8380 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8381 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8431 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8432 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8453 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
8454 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8462 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8480 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
8481 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8489 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8501 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8502 IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName), in AddObjCKeyValueCompletions()
8512 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8533 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
8535 &Context.Idents.get(SelectorName)}; in AddObjCKeyValueCompletions()
8551 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8563 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8564 IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName), in AddObjCKeyValueCompletions()
8574 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8592 std::string SelectorName = in AddObjCKeyValueCompletions() local
8594 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8602 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8614 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
8615 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8623 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8635 std::string SelectorName = in AddObjCKeyValueCompletions() local
8637 IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName), in AddObjCKeyValueCompletions()
8647 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8703 std::string SelectorName = (Twine("enumeratorOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8704 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8713 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName)); in AddObjCKeyValueCompletions()
8722 std::string SelectorName = (Twine("memberOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8723 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8732 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8751 std::string SelectorName = in AddObjCKeyValueCompletions() local
8753 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8761 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8774 std::string SelectorName = (Twine("add") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8775 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8783 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8795 std::string SelectorName = in AddObjCKeyValueCompletions() local
8797 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8805 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8818 std::string SelectorName = (Twine("remove") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8819 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8827 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8839 std::string SelectorName = (Twine("intersect") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8840 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8848 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
8867 std::string SelectorName = in AddObjCKeyValueCompletions() local
8869 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8878 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName)); in AddObjCKeyValueCompletions()
8888 std::string SelectorName = in AddObjCKeyValueCompletions() local
8890 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
8899 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName)); in AddObjCKeyValueCompletions()