HomeSort by relevance Sort by last modified time
    Searched refs:SelectorTable (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/Basic/
IdentifierTable.h 607 friend class SelectorTable; // only the SelectorTable can create these
681 /// SelectorTable - This table allows us to fully hide how we implement
683 class SelectorTable {
685 SelectorTable(const SelectorTable&); // DISABLED: DO NOT IMPLEMENT
686 void operator=(const SelectorTable&); // DISABLED: DO NOT IMPLEMENT
688 SelectorTable();
689 ~SelectorTable();
710 SelectorTable &SelTable
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 279 // SelectorTable Implementation
462 SelectorTable::constructSetterName(IdentifierTable &Idents,
463 SelectorTable &SelTable,
473 size_t SelectorTable::getTotalMemory() const {
478 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) {
504 SelectorTable::SelectorTable() {
508 SelectorTable::~SelectorTable() {
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 39 SelectorTable &sels = Pass.Ctx.Selectors;
  /external/clang/include/clang/Lex/
Preprocessor.h 141 SelectorTable Selectors;
375 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 53 class SelectorTable;
381 SelectorTable &Selectors;
579 IdentifierTable &idents, SelectorTable &sels,
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 277 SelectorMap SelectorTable;
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 520 SelectorTable::constructSetterName(S.PP.getIdentifierTable(),
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 334 SetterSel = SelectorTable::constructSetterName(P.PP.getIdentifierTable(),
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 219 IdentifierTable &idents, SelectorTable &sels,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 436 SelectorTable &SelTable = Reader.getContext().Selectors;
    [all...]

Completed in 225 milliseconds