| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 687 friend class SelectorTable; // only the SelectorTable can create these variable 830 class SelectorTable { 835 SelectorTable(); 836 SelectorTable(const SelectorTable &) = delete; 837 SelectorTable &operator=(const SelectorTable &) = delete; 838 ~SelectorTable(); 868 SelectorTable &SelTable,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 674 SelectorTable::constructSetterName(StringRef Name) { in constructSetterName() 682 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector() 683 SelectorTable &SelTable, in constructSetterSelector() 690 std::string SelectorTable::getPropertyNameFromSetterSelector(Selector Sel) { in getPropertyNameFromSetterSelector() 696 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() 701 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) { in getSelector() 727 SelectorTable::SelectorTable() { in SelectorTable() function in SelectorTable 731 SelectorTable::~SelectorTable() { in ~SelectorTable()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransAPIUses.cpp | 39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
|
| H A D | ObjCMT.cpp | 1175 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty() 1198 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 243 SelectorTable Selectors; 932 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 1509 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr() 1561 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 | 8313 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 370 SelectorMap SelectorTable; member in __anon90b381c40111::CGObjCGNU 2337 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel]; in GetTypedSelector() 3627 ExistingProtocols.empty() && SelectorTable.empty()) in ModuleInitFunction() 3682 auto &table = SelectorTable; // MSVC workaround in ModuleInitFunction()
|
| H A D | CGDebugInfo.cpp | 2532 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 626 SelectorTable &Selectors; 1115 SelectorTable &sels, Builtin::Context &builtins,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1072 std::unique_ptr<clang::SelectorTable> m_selector_table_up;
|
| H A D | TypeSystemClang.cpp | 735 m_selector_table_up = std::make_unique<SelectorTable>(); in CreateASTContext()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1077 OS << SelectorTable::getPropertyNameFromSetterSelector( in VisitObjCPropertyRefExpr()
|
| H A D | ASTContext.cpp | 968 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 761 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 862 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey()
|