| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 758 SelectorTable::constructSetterName(StringRef Name) { in constructSetterName() 766 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector() 767 SelectorTable &SelTable, in constructSetterSelector() 774 std::string SelectorTable::getPropertyNameFromSetterSelector(Selector Sel) { in getPropertyNameFromSetterSelector() 780 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() 785 Selector SelectorTable::getSelector(unsigned nKeys, in getSelector() 812 SelectorTable::SelectorTable() { in SelectorTable() function in SelectorTable 816 SelectorTable::~SelectorTable() { in ~SelectorTable()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 976 friend class SelectorTable; // only the SelectorTable can create these variable 1130 class SelectorTable { 1135 SelectorTable(); 1136 SelectorTable(const SelectorTable &) = delete; 1137 SelectorTable &operator=(const SelectorTable &) = delete; 1138 ~SelectorTable(); 1168 SelectorTable &SelTable,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 1506 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr() 1558 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
|
| H A D | SemaPseudoObject.cpp | 648 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
|
| H A D | SemaExprObjC.cpp | 2055 Selector SetterSel = SelectorTable::constructSetterSelector( in HandleExprPropertyRefExpr() 2214 SetterSel = SelectorTable::constructSetterSelector( in ActOnClassPropertyRefExpr()
|
| H A D | SemaCodeComplete.cpp | 9203 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 284 SelectorTable Selectors; 1235 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 368 SelectorMap SelectorTable; member in __anonbab9bb100111::CGObjCGNU 2560 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel]; in GetTypedSelector() 3911 ExistingProtocols.empty() && SelectorTable.empty()) in ModuleInitFunction() 3962 auto &table = SelectorTable; // MSVC workaround in ModuleInitFunction()
|
| H A D | CGDebugInfo.cpp | 3164 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 733 SelectorTable &Selectors; 1311 SelectorTable &sels, Builtin::Context &builtins,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1212 std::unique_ptr<clang::SelectorTable> m_selector_table_up;
|
| H A D | TypeSystemClang.cpp | 676 m_selector_table_up = std::make_unique<SelectorTable>(); in CreateASTContext()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1417 OS << SelectorTable::getPropertyNameFromSetterSelector( in VisitObjCPropertyRefExpr()
|
| H A D | ASTContext.cpp | 934 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 732 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 982 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5432 …S0_PKNS_14IdentifierInfoE", "clang::SelectorTable::constructSetterName(clang::IdentifierTable&, cl… 8785 …ceManager&, clang::TargetInfo const&, clang::IdentifierTable&, clang::SelectorTable&, clang::Built… 8786 …ceManager&, clang::TargetInfo const&, clang::IdentifierTable&, clang::SelectorTable&, clang::Built… 11526 {"_ZN5clang13SelectorTable11getSelectorEjPPNS_14IdentifierInfoE", "clang::SelectorTable::getSelecto… 11527 {"_ZN5clang13SelectorTableC1Ev", "clang::SelectorTable::SelectorTable()"}, 11528 {"_ZN5clang13SelectorTableC2Ev", "clang::SelectorTable::SelectorTable()"}, 11529 {"_ZN5clang13SelectorTableD1Ev", "clang::SelectorTable::~SelectorTable()"}, 11530 {"_ZN5clang13SelectorTableD2Ev", "clang::SelectorTable::~SelectorTable()"},
|