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

  /external/clang/include/clang/Basic/
IdentifierTable.h 655 friend class SelectorTable; // only the SelectorTable can create these
740 class SelectorTable {
742 SelectorTable(const SelectorTable &) = delete;
743 void operator=(const SelectorTable &) = delete;
745 SelectorTable();
746 ~SelectorTable();
775 SelectorTable &SelTable,
  /external/clang/lib/Basic/
IdentifierTable.cpp 341 // SelectorTable Implementation
581 SelectorTable::constructSetterName(StringRef Name) {
589 SelectorTable::constructSetterSelector(IdentifierTable &Idents,
590 SelectorTable &SelTable,
597 size_t SelectorTable::getTotalMemory() const {
602 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) {
628 SelectorTable::SelectorTable() {
632 SelectorTable::~SelectorTable() {
    [all...]
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 40 SelectorTable &sels = Pass.Ctx.Selectors;
ObjCMT.cpp     [all...]
  /external/clang/unittests/AST/
ASTVectorTest.cpp 41 SelectorTable Sels;
  /external/clang/include/clang/AST/
ASTContext.h 59 class SelectorTable;
450 SelectorTable &Selectors;
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 199 SelectorTable Selectors;
692 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 330 SelectorMap SelectorTable;
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 637 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(),
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 788 SetterSel = SelectorTable::constructSetterSelector(
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 731 IdentifierTable &idents, SelectorTable &sels,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 677 SelectorTable &SelTable = Reader.getContext().Selectors;
    [all...]

Completed in 6949 milliseconds