Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp726 SelectorTable::constructSetterName(StringRef Name) { in constructSetterName()
734 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
735 SelectorTable &SelTable, in constructSetterSelector()
742 std::string SelectorTable::getPropertyNameFromSetterSelector(Selector Sel) { in getPropertyNameFromSetterSelector()
748 size_t SelectorTable::getTotalMemory() const { in getTotalMemory()
753 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) { in getSelector()
779 SelectorTable::SelectorTable() { in SelectorTable() function in SelectorTable
783 SelectorTable::~SelectorTable() { in ~SelectorTable()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h942 friend class SelectorTable; // only the SelectorTable can create these variable
1096 class SelectorTable {
1101 SelectorTable();
1102 SelectorTable(const SelectorTable &) = delete;
1103 SelectorTable &operator=(const SelectorTable &) = delete;
1104 ~SelectorTable();
1134 SelectorTable &SelTable,
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
H A DObjCMT.cpp1171 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
1194 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1558 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1610 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
H A DSemaPseudoObject.cpp647 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
H A DSemaExprObjC.cpp2056 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in HandleExprPropertyRefExpr()
2215 SetterSel = SelectorTable::constructSetterSelector( in ActOnClassPropertyRefExpr()
H A DSemaCodeComplete.cpp8962 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h260 SelectorTable Selectors;
1204 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp371 SelectorMap SelectorTable; member in __anonaf5ecb460111::CGObjCGNU
2459 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel]; in GetTypedSelector()
3821 ExistingProtocols.empty() && SelectorTable.empty()) in ModuleInitFunction()
3872 auto &table = SelectorTable; // MSVC workaround in ModuleInitFunction()
H A DCGDebugInfo.cpp2814 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h637 SelectorTable &Selectors;
1164 SelectorTable &sels, Builtin::Context &builtins,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1161 std::unique_ptr<clang::SelectorTable> m_selector_table_up;
H A DTypeSystemClang.cpp736 m_selector_table_up = std::make_unique<SelectorTable>(); in CreateASTContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1237 OS << SelectorTable::getPropertyNameFromSetterSelector( in VisitObjCPropertyRefExpr()
H A DASTContext.cpp870 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp811 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp914 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey()