Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h761 friend class SelectorTable; // only the SelectorTable can create these variable
904 class SelectorTable {
909 SelectorTable();
910 SelectorTable(const SelectorTable &) = delete;
911 SelectorTable &operator=(const SelectorTable &) = delete;
912 ~SelectorTable();
942 SelectorTable &SelTable,
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp757 SelectorTable::constructSetterName(StringRef Name) { in constructSetterName()
765 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
766 SelectorTable &SelTable, in constructSetterSelector()
773 std::string SelectorTable::getPropertyNameFromSetterSelector(Selector Sel) { in getPropertyNameFromSetterSelector()
779 size_t SelectorTable::getTotalMemory() const { in getTotalMemory()
784 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) { in getSelector()
810 SelectorTable::SelectorTable() { in SelectorTable() function in SelectorTable
814 SelectorTable::~SelectorTable() { in ~SelectorTable()
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp220 BuildASTContext(CompilerInstance &CI, SelectorTable &ST, Builtin::Context &BC) { in BuildASTContext()
282 auto ST = std::make_unique<SelectorTable>(); in BuildIndirect()
309 auto ST = std::make_unique<SelectorTable>(); in Parse()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
H A DObjCMT.cpp1174 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
1197 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h260 SelectorTable Selectors;
1205 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp1525 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1577 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
H A DSemaPseudoObject.cpp642 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
H A DSemaExprObjC.cpp2054 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in HandleExprPropertyRefExpr()
2213 SetterSel = SelectorTable::constructSetterSelector( in ActOnClassPropertyRefExpr()
H A DSemaCodeComplete.cpp8854 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp371 SelectorMap SelectorTable; member in __anon2d629be70111::CGObjCGNU
2345 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel]; in GetTypedSelector()
3709 ExistingProtocols.empty() && SelectorTable.empty()) in ModuleInitFunction()
3763 auto &table = SelectorTable; // MSVC workaround in ModuleInitFunction()
H A DCGDebugInfo.cpp2669 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h631 SelectorTable &Selectors;
1149 SelectorTable &sels, Builtin::Context &builtins,
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1097 std::unique_ptr<clang::SelectorTable> m_selector_table_up;
H A DTypeSystemClang.cpp728 m_selector_table_up = std::make_unique<SelectorTable>(); in CreateASTContext()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp1227 OS << SelectorTable::getPropertyNameFromSetterSelector( in VisitObjCPropertyRefExpr()
H A DASTContext.cpp947 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp795 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp889 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey()