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

Lines Matching defs:SelectorName

8178     std::string SelectorName = (Twine("is") + UpperKey).str();
8179 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8197 std::string SelectorName = (Twine("set") + UpperKey).str();
8198 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8248 std::string SelectorName = (Twine("countOf") + UpperKey).str();
8249 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8270 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str();
8271 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8279 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8297 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str();
8298 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8306 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8318 std::string SelectorName = (Twine("get") + UpperKey).str();
8319 IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName),
8329 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8350 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str();
8352 &Context.Idents.get(SelectorName)};
8368 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8380 std::string SelectorName = (Twine("insert") + UpperKey).str();
8381 IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName),
8391 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8409 std::string SelectorName =
8411 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8419 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8431 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str();
8432 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8440 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8452 std::string SelectorName =
8454 IdentifierInfo *SelectorIds[2] = {&Context.Idents.get(SelectorName),
8464 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8520 std::string SelectorName = (Twine("enumeratorOf") + UpperKey).str();
8521 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8530 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));
8539 std::string SelectorName = (Twine("memberOf") + UpperKey).str();
8540 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8549 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8568 std::string SelectorName =
8570 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8578 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8591 std::string SelectorName = (Twine("add") + UpperKey).str();
8592 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8600 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8612 std::string SelectorName =
8614 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8622 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8635 std::string SelectorName = (Twine("remove") + UpperKey).str();
8636 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8644 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8656 std::string SelectorName = (Twine("intersect") + UpperKey).str();
8657 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8665 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8684 std::string SelectorName =
8686 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8695 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));
8705 std::string SelectorName =
8707 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8716 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName));