• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching defs:SelectorName

7635     std::string SelectorName = (Twine("is") + UpperKey).str();
7636 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
7654 std::string SelectorName = (Twine("set") + UpperKey).str();
7655 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
7705 std::string SelectorName = (Twine("countOf") + UpperKey).str();
7706 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
7727 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str();
7728 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
7736 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
7754 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str();
7755 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
7763 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
7775 std::string SelectorName = (Twine("get") + UpperKey).str();
7776 IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName),
7786 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
7807 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str();
7809 &Context.Idents.get(SelectorName)};
7825 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
7837 std::string SelectorName = (Twine("insert") + UpperKey).str();
7838 IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName),
7848 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
7866 std::string SelectorName =
7868 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
7876 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
7888 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str();
7889 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
7897 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
7909 std::string SelectorName =
7911 IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName),
7921 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
7977 std::string SelectorName = (Twine("enumeratorOf") + UpperKey).str();
7978 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
7987 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));
7996 std::string SelectorName = (Twine("memberOf") + UpperKey).str();
7997 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8006 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8025 std::string SelectorName =
8027 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8035 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8048 std::string SelectorName = (Twine("add") + UpperKey).str();
8049 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8057 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8069 std::string SelectorName =
8071 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8079 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8092 std::string SelectorName = (Twine("remove") + UpperKey).str();
8093 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8101 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8113 std::string SelectorName = (Twine("intersect") + UpperKey).str();
8114 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8122 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8141 std::string SelectorName =
8143 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8152 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));
8162 std::string SelectorName =
8164 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8173 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));