Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h687 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 DIdentifierTable.cpp674 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 DTransAPIUses.cpp39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
H A DObjCMT.cpp1175 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 DPreprocessor.h243 SelectorTable Selectors;
932 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1509 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1561 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
H A DSemaPseudoObject.cpp642 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.cpp8313 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp370 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 DCGDebugInfo.cpp2532 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h626 SelectorTable &Selectors;
1115 SelectorTable &sels, Builtin::Context &builtins,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1072 std::unique_ptr<clang::SelectorTable> m_selector_table_up;
H A DTypeSystemClang.cpp735 m_selector_table_up = std::make_unique<SelectorTable>(); in CreateASTContext()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1077 OS << SelectorTable::getPropertyNameFromSetterSelector( in VisitObjCPropertyRefExpr()
H A DASTContext.cpp968 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp761 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp862 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey()