Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp728 SelectorTable::constructSetterName(StringRef Name) { in constructSetterName()
736 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
737 SelectorTable &SelTable, in constructSetterSelector()
744 std::string SelectorTable::getPropertyNameFromSetterSelector(Selector Sel) { in getPropertyNameFromSetterSelector()
750 size_t SelectorTable::getTotalMemory() const { in getTotalMemory()
755 Selector SelectorTable::getSelector(unsigned nKeys, in getSelector()
782 SelectorTable::SelectorTable() { in SelectorTable() function in SelectorTable
786 SelectorTable::~SelectorTable() { in ~SelectorTable()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h968 friend class SelectorTable; // only the SelectorTable can create these variable
1122 class SelectorTable {
1127 SelectorTable();
1128 SelectorTable(const SelectorTable &) = delete;
1129 SelectorTable &operator=(const SelectorTable &) = delete;
1130 ~SelectorTable();
1160 SelectorTable &SelTable,
/freebsd/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/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h270 SelectorTable Selectors;
1224 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1571 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1623 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
H A DSemaPseudoObject.cpp650 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
H A DSemaExprObjC.cpp2067 Selector SetterSel = SelectorTable::constructSetterSelector( in HandleExprPropertyRefExpr()
2225 SetterSel = SelectorTable::constructSetterSelector( in ActOnClassPropertyRefExpr()
H A DSemaCodeComplete.cpp9055 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp369 SelectorMap SelectorTable; member in __anonbab9bb100111::CGObjCGNU
2458 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel]; in GetTypedSelector()
3820 ExistingProtocols.empty() && SelectorTable.empty()) in ModuleInitFunction()
3871 auto &table = SelectorTable; // MSVC workaround in ModuleInitFunction()
H A DCGDebugInfo.cpp2940 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h660 SelectorTable &Selectors;
1209 SelectorTable &sels, Builtin::Context &builtins,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1188 std::unique_ptr<clang::SelectorTable> m_selector_table_up;
H A DTypeSystemClang.cpp675 m_selector_table_up = std::make_unique<SelectorTable>(); in CreateASTContext()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1283 OS << SelectorTable::getPropertyNameFromSetterSelector( in VisitObjCPropertyRefExpr()
H A DASTContext.cpp873 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp813 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp953 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey()