Lines Matching full:selectorname
6464 std::string SelectorName = (Twine("is") + UpperKey).str();
6465 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6484 std::string SelectorName = (Twine("set") + UpperKey).str();
6485 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6536 std::string SelectorName = (Twine("countOf") + UpperKey).str();
6537 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6559 std::string SelectorName
6561 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6569 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6586 std::string SelectorName
6588 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6596 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6608 std::string SelectorName = (Twine("get") + UpperKey).str();
6610 &Context.Idents.get(SelectorName),
6621 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6642 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str();
6645 &Context.Idents.get(SelectorName)
6662 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6674 std::string SelectorName = (Twine("insert") + UpperKey).str();
6676 &Context.Idents.get(SelectorName),
6687 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6705 std::string SelectorName
6707 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6715 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6727 std::string SelectorName
6729 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6737 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6749 std::string SelectorName
6752 &Context.Idents.get(SelectorName),
6763 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6820 std::string SelectorName = (Twine("enumeratorOf") + UpperKey).str();
6821 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6830 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));
6839 std::string SelectorName = (Twine("memberOf") + UpperKey).str();
6840 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6849 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6869 std::string SelectorName
6871 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6879 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6892 std::string SelectorName = (Twine("add") + UpperKey).str();
6893 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6901 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6913 std::string SelectorName
6915 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6923 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6936 std::string SelectorName = (Twine("remove") + UpperKey).str();
6937 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6945 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6957 std::string SelectorName = (Twine("intersect") + UpperKey).str();
6958 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6966 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6984 std::string SelectorName
6986 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6995 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));
7006 std::string SelectorName
7008 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
7017 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));