Home
last modified time | relevance | path

Searched refs:SelectorTable (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp758 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 DIdentifierTable.h976 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 DSemaExprMember.cpp1506 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1558 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
H A DSemaPseudoObject.cpp648 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
H A DSemaExprObjC.cpp2055 Selector SetterSel = SelectorTable::constructSetterSelector( in HandleExprPropertyRefExpr()
2214 SetterSel = SelectorTable::constructSetterSelector( in ActOnClassPropertyRefExpr()
H A DSemaCodeComplete.cpp9203 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h284 SelectorTable Selectors;
1235 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp368 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 DCGDebugInfo.cpp3164 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h733 SelectorTable &Selectors;
1311 SelectorTable &sels, Builtin::Context &builtins,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1212 std::unique_ptr<clang::SelectorTable> m_selector_table_up;
H A DTypeSystemClang.cpp676 m_selector_table_up = std::make_unique<SelectorTable>(); in CreateASTContext()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1417 OS << SelectorTable::getPropertyNameFromSetterSelector( in VisitObjCPropertyRefExpr()
H A DASTContext.cpp934 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp732 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp982 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc5432 …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()"},