| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 686 SelectorTable::constructSetterName(StringRef Name) { in constructSetterName() 694 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector() 695 SelectorTable &SelTable, in constructSetterSelector() 702 std::string SelectorTable::getPropertyNameFromSetterSelector(Selector Sel) { in getPropertyNameFromSetterSelector() 708 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() 713 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) { in getSelector() 739 SelectorTable::SelectorTable() { in SelectorTable() function in SelectorTable 743 SelectorTable::~SelectorTable() { in ~SelectorTable()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 754 friend class SelectorTable; // only the SelectorTable can create these variable 897 class SelectorTable { 902 SelectorTable(); 903 SelectorTable(const SelectorTable &) = delete; 904 SelectorTable &operator=(const SelectorTable &) = delete; 905 ~SelectorTable(); 935 SelectorTable &SelTable,
|
| /llvm-project-15.0.7/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 220 BuildASTContext(CompilerInstance &CI, SelectorTable &ST, Builtin::Context &BC) { in BuildASTContext() 282 auto ST = std::make_unique<SelectorTable>(); in BuildIndirect() 309 auto ST = std::make_unique<SelectorTable>(); in Parse()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransAPIUses.cpp | 39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
|
| H A D | ObjCMT.cpp | 1174 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty() 1197 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTVectorTest.cpp | 41 SelectorTable Sels;
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 265 SelectorTable Selectors; 1078 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 1525 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr() 1577 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
|
| H A D | SemaPseudoObject.cpp | 642 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
|
| H A D | SemaExprObjC.cpp | 2056 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in HandleExprPropertyRefExpr() 2215 SetterSel = SelectorTable::constructSetterSelector( in ActOnClassPropertyRefExpr()
|
| H A D | SemaCodeComplete.cpp | 8800 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 371 SelectorMap SelectorTable; member in __anon128dbe400111::CGObjCGNU 2345 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel]; in GetTypedSelector() 3709 ExistingProtocols.empty() && SelectorTable.empty()) in ModuleInitFunction() 3763 auto &table = SelectorTable; // MSVC workaround in ModuleInitFunction()
|
| H A D | CGDebugInfo.cpp | 2659 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 660 SelectorTable &Selectors; 1178 SelectorTable &sels, Builtin::Context &builtins,
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1066 std::unique_ptr<clang::SelectorTable> m_selector_table_up;
|
| H A D | TypeSystemClang.cpp | 725 m_selector_table_up = std::make_unique<SelectorTable>(); in CreateASTContext()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1221 OS << SelectorTable::getPropertyNameFromSetterSelector( in VisitObjCPropertyRefExpr()
|
| H A D | ASTContext.cpp | 973 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 763 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 888 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey()
|