Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h686 friend class SelectorTable; // only the SelectorTable can create these variable
829 class SelectorTable {
834 SelectorTable();
835 SelectorTable(const SelectorTable &) = delete;
836 SelectorTable &operator=(const SelectorTable &) = delete;
837 ~SelectorTable();
867 SelectorTable &SelTable,
/external/clang/include/clang/Basic/
DIdentifierTable.h670 friend class SelectorTable; // only the SelectorTable can create these
755 class SelectorTable {
757 SelectorTable(const SelectorTable &) = delete;
758 void operator=(const SelectorTable &) = delete;
760 SelectorTable();
761 ~SelectorTable();
790 SelectorTable &SelTable,
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp633 SelectorTable::constructSetterName(StringRef Name) { in constructSetterName()
641 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
642 SelectorTable &SelTable, in constructSetterSelector()
649 std::string SelectorTable::getPropertyNameFromSetterSelector(Selector Sel) { in getPropertyNameFromSetterSelector()
655 size_t SelectorTable::getTotalMemory() const { in getTotalMemory()
660 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) { in getSelector()
686 SelectorTable::SelectorTable() { in SelectorTable() function in SelectorTable
690 SelectorTable::~SelectorTable() { in ~SelectorTable()
/external/clang/lib/Basic/
DIdentifierTable.cpp582 SelectorTable::constructSetterName(StringRef Name) { in constructSetterName()
590 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
591 SelectorTable &SelTable, in constructSetterSelector()
598 size_t SelectorTable::getTotalMemory() const { in getTotalMemory()
603 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) { in getSelector()
629 SelectorTable::SelectorTable() { in SelectorTable() function in SelectorTable
633 SelectorTable::~SelectorTable() { in ~SelectorTable()
/external/llvm-project/clang/tools/clang-import-test/
Dclang-import-test.cpp220 BuildASTContext(CompilerInstance &CI, SelectorTable &ST, Builtin::Context &BC) { in BuildASTContext()
280 auto ST = std::make_unique<SelectorTable>(); in BuildIndirect()
306 auto ST = std::make_unique<SelectorTable>(); in Parse()
/external/clang/unittests/AST/
DASTVectorTest.cpp41 SelectorTable Sels;
/external/llvm-project/clang/lib/ARCMigrate/
DTransAPIUses.cpp39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
DObjCMT.cpp1177 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
1200 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
/external/clang/lib/ARCMigrate/
DTransAPIUses.cpp40 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
DObjCMT.cpp1184 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
1207 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
/external/llvm-project/clang/unittests/AST/
DASTVectorTest.cpp41 SelectorTable Sels;
/external/clang/include/clang/AST/
DASTContext.h61 class SelectorTable; variable
460 SelectorTable &Selectors;
930 SelectorTable &sels, Builtin::Context &builtins);
/external/clang/include/clang/Lex/
DPreprocessor.h200 SelectorTable Selectors;
699 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp338 SelectorMap SelectorTable; member in __anon62b492590111::CGObjCGNU
1089 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel]; in GetSelector()
2390 ExistingProtocols.empty() && SelectorTable.empty()) in ModuleInitFunction()
2447 for (SelectorMap::iterator iter = SelectorTable.begin(), in ModuleInitFunction()
2448 iterEnd = SelectorTable.end(); iter != iterEnd ; ++iter) { in ModuleInitFunction()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h243 SelectorTable Selectors;
931 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/external/clang/lib/Sema/
DSemaExprMember.cpp1545 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1594 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
DSemaPseudoObject.cpp637 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
DSemaExprObjC.cpp1836 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in HandleExprPropertyRefExpr()
2004 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in ActOnClassPropertyRefExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp1509 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1561 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
DSemaPseudoObject.cpp642 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
DSemaExprObjC.cpp2055 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in HandleExprPropertyRefExpr()
2214 SetterSel = SelectorTable::constructSetterSelector( in ActOnClassPropertyRefExpr()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h596 SelectorTable &Selectors;
1028 SelectorTable &sels, Builtin::Context &builtins);
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp370 SelectorMap SelectorTable; member in __anonc5a169470111::CGObjCGNU
2330 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel]; in GetTypedSelector()
3620 ExistingProtocols.empty() && SelectorTable.empty()) in ModuleInitFunction()
3675 auto &table = SelectorTable; // MSVC workaround in ModuleInitFunction()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h1075 std::unique_ptr<clang::SelectorTable> m_selector_table_up;
/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp1043 OS << SelectorTable::getPropertyNameFromSetterSelector( in VisitObjCPropertyRefExpr()

12