Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DIdentifierTable.h630 friend class SelectorTable; // only the SelectorTable can create these
707 class SelectorTable {
709 SelectorTable(const SelectorTable &) LLVM_DELETED_FUNCTION;
710 void operator=(const SelectorTable &) LLVM_DELETED_FUNCTION;
712 SelectorTable();
713 ~SelectorTable();
736 SelectorTable &SelTable,
/external/clang/lib/Basic/
DIdentifierTable.cpp468 SelectorTable::constructSetterName(IdentifierTable &Idents, in constructSetterName()
469 SelectorTable &SelTable, in constructSetterName()
479 size_t SelectorTable::getTotalMemory() const { in getTotalMemory()
484 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) { in getSelector()
510 SelectorTable::SelectorTable() { in SelectorTable() function in SelectorTable
514 SelectorTable::~SelectorTable() { in ~SelectorTable()
/external/clang/lib/ARCMigrate/
DTransAPIUses.cpp40 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
/external/clang/include/clang/Lex/
DPreprocessor.h183 SelectorTable Selectors;
439 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/external/clang/include/clang/AST/
DASTContext.h58 class SelectorTable; variable
381 SelectorTable &Selectors;
773 IdentifierTable &idents, SelectorTable &sels,
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp323 SelectorMap SelectorTable; member in __anoneae344580111::CGObjCGNU
1044 SmallVector<TypedSelector, 2> &Types = SelectorTable[Sel]; in GetSelector()
2372 ExistingProtocols.empty() && SelectorTable.empty()) in ModuleInitFunction()
2427 for (SelectorMap::iterator iter = SelectorTable.begin(), in ModuleInitFunction()
2428 iterEnd = SelectorTable.end(); iter != iterEnd ; ++iter) { in ModuleInitFunction()
/external/clang/lib/Sema/
DSemaExprMember.cpp1350 SelectorTable::constructSetterName(PP.getIdentifierTable(), in LookupMemberExpr()
1398 SelectorTable::constructSetterName(PP.getIdentifierTable(), in LookupMemberExpr()
DSemaPseudoObject.cpp548 SelectorTable::constructSetterName(S.PP.getIdentifierTable(), in findSetter()
DSemaExprObjC.cpp1468 SelectorTable::constructSetterName(PP.getIdentifierTable(), in HandleExprPropertyRefExpr()
1615 SelectorTable::constructSetterName(PP.getIdentifierTable(), in ActOnClassPropertyRefExpr()
DSemaCodeComplete.cpp6252 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions()
/external/clang/lib/Parse/
DParseObjc.cpp336 SetterSel = SelectorTable::constructSetterName(P.PP.getIdentifierTable(), in invoke()
/external/clang/lib/AST/
DASTContext.cpp630 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
/external/clang/lib/Serialization/
DASTReader.cpp406 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey()