Home | History | Annotate | Download | only in Sema

Lines Matching defs:SelectorName

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