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