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 630 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/
IdentifierTable.cpp 286 // SelectorTable Implementation
468 SelectorTable::constructSetterName(IdentifierTable &Idents,
469 SelectorTable &SelTable,
479 size_t SelectorTable::getTotalMemory() const {
484 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) {
510 SelectorTable::SelectorTable() {
514 SelectorTable::~SelectorTable() {
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 40 SelectorTable &sels = Pass.Ctx.Selectors;
  /external/clang/include/clang/AST/
ASTContext.h 58 class SelectorTable;
381 SelectorTable &Selectors;
773 IdentifierTable &idents, SelectorTable &sels,
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 183 SelectorTable Selectors;
439 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 323 SelectorMap SelectorTable;
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 548 SelectorTable::constructSetterName(S.PP.getIdentifierTable(),
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 336 SetterSel = SelectorTable::constructSetterName(P.PP.getIdentifierTable(),
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 630 IdentifierTable &idents, SelectorTable &sels,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 406 SelectorTable &SelTable = Reader.getContext().Selectors;
    [all...]

Completed in 1568 milliseconds