/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 728 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 D | IdentifierTable.h | 968 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 D | TransAPIUses.cpp | 39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
|
H A D | ObjCMT.cpp | 1171 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty() 1194 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 270 SelectorTable Selectors; 1224 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 1571 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr() 1623 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
|
H A D | SemaPseudoObject.cpp | 650 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
|
H A D | SemaExprObjC.cpp | 2067 Selector SetterSel = SelectorTable::constructSetterSelector( in HandleExprPropertyRefExpr() 2225 SetterSel = SelectorTable::constructSetterSelector( in ActOnClassPropertyRefExpr()
|
H A D | SemaCodeComplete.cpp | 9055 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 369 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 D | CGDebugInfo.cpp | 2940 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 660 SelectorTable &Selectors; 1209 SelectorTable &sels, Builtin::Context &builtins,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 1188 std::unique_ptr<clang::SelectorTable> m_selector_table_up;
|
H A D | TypeSystemClang.cpp | 675 m_selector_table_up = std::make_unique<SelectorTable>(); in CreateASTContext()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 1283 OS << SelectorTable::getPropertyNameFromSetterSelector( in VisitObjCPropertyRefExpr()
|
H A D | ASTContext.cpp | 873 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 813 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 953 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey()
|