Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h675 friend class SelectorTable; // only the SelectorTable can create these variable
812 class SelectorTable {
817 SelectorTable();
818 SelectorTable(const SelectorTable &) = delete;
819 SelectorTable &operator=(const SelectorTable &) = delete;
820 ~SelectorTable();
850 SelectorTable &SelTable,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp608 SelectorTable::constructSetterName(StringRef Name) { in constructSetterName()
616 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
617 SelectorTable &SelTable, in constructSetterSelector()
624 std::string SelectorTable::getPropertyNameFromSetterSelector(Selector Sel) { in getPropertyNameFromSetterSelector()
630 size_t SelectorTable::getTotalMemory() const { in getTotalMemory()
635 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) { in getSelector()
661 SelectorTable::SelectorTable() { in SelectorTable() function in SelectorTable
665 SelectorTable::~SelectorTable() { in ~SelectorTable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp40 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
H A DObjCMT.cpp1174 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
1197 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h100 class SelectorTable; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h100 clang::SelectorTable *getSelectorTable();
1033 std::unique_ptr<clang::SelectorTable> m_selector_table_ap;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h235 SelectorTable Selectors;
825 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1494 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1546 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
H A DSemaPseudoObject.cpp652 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
H A DSemaExprObjC.cpp1878 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in HandleExprPropertyRefExpr()
2037 SetterSel = SelectorTable::constructSetterSelector( in ActOnClassPropertyRefExpr()
H A DSemaCodeComplete.cpp7171 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h567 SelectorTable &Selectors;
1069 SelectorTable &sels, Builtin::Context &builtins);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp379 SelectorMap SelectorTable; member in __anon0fc3211f0111::CGObjCGNU
2220 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel]; in GetTypedSelector()
3507 ExistingProtocols.empty() && SelectorTable.empty()) in ModuleInitFunction()
3562 auto &table = SelectorTable; // MSVC workaround in ModuleInitFunction()
H A DCGDebugInfo.cpp2212 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp984 OS << SelectorTable::getPropertyNameFromSetterSelector( in VisitObjCPropertyRefExpr()
H A DASTContext.cpp785 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp749 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp908 SelectorTable *ClangASTContext::getSelectorTable() { in getSelectorTable()
910 m_selector_table_ap.reset(new SelectorTable()); in getSelectorTable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp831 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey()