Lines Matching defs:SelectorName
9245 std::string SelectorName = (Twine("is") + UpperKey).str();
9246 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9264 std::string SelectorName = (Twine("set") + UpperKey).str();
9265 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9315 std::string SelectorName = (Twine("countOf") + UpperKey).str();
9316 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9337 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str();
9338 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9346 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9364 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str();
9365 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9373 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9385 std::string SelectorName = (Twine("get") + UpperKey).str();
9386 const IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName),
9396 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9417 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str();
9419 &Context.Idents.get(SelectorName)};
9435 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9447 std::string SelectorName = (Twine("insert") + UpperKey).str();
9448 const IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName),
9458 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9476 std::string SelectorName =
9478 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9486 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9498 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str();
9499 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9507 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9519 std::string SelectorName =
9521 const IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName),
9531 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9587 std::string SelectorName = (Twine("enumeratorOf") + UpperKey).str();
9588 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9597 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));
9606 std::string SelectorName = (Twine("memberOf") + UpperKey).str();
9607 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9616 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9635 std::string SelectorName =
9637 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9645 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9658 std::string SelectorName = (Twine("add") + UpperKey).str();
9659 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9667 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9679 std::string SelectorName =
9681 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9689 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9702 std::string SelectorName = (Twine("remove") + UpperKey).str();
9703 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9711 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9723 std::string SelectorName = (Twine("intersect") + UpperKey).str();
9724 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9732 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
9751 std::string SelectorName =
9753 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9762 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));
9772 std::string SelectorName =
9774 const IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
9783 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));