Lines Matching defs:SelectorName

6239     std::string SelectorName = (Twine("is") + UpperKey).str();
6240 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6258 std::string SelectorName = (Twine("set") + UpperKey).str();
6259 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6310 std::string SelectorName = (Twine("countOf") + UpperKey).str();
6311 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6332 std::string SelectorName
6334 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6342 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6359 std::string SelectorName
6361 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6369 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6381 std::string SelectorName = (Twine("get") + UpperKey).str();
6383 &Context.Idents.get(SelectorName),
6394 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6415 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str();
6418 &Context.Idents.get(SelectorName)
6435 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6447 std::string SelectorName = (Twine("insert") + UpperKey).str();
6449 &Context.Idents.get(SelectorName),
6460 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6478 std::string SelectorName
6480 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6488 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6500 std::string SelectorName
6502 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6510 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6522 std::string SelectorName
6525 &Context.Idents.get(SelectorName),
6536 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6593 std::string SelectorName = (Twine("enumeratorOf") + UpperKey).str();
6594 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6602 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));
6611 std::string SelectorName = (Twine("memberOf") + UpperKey).str();
6612 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6621 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6641 std::string SelectorName
6643 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6651 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6664 std::string SelectorName = (Twine("add") + UpperKey).str();
6665 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6673 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6685 std::string SelectorName
6687 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6695 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6708 std::string SelectorName = (Twine("remove") + UpperKey).str();
6709 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6717 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6729 std::string SelectorName = (Twine("intersect") + UpperKey).str();
6730 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6738 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
6756 std::string SelectorName
6758 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6766 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));
6777 std::string SelectorName
6779 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
6787 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));