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

  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 214 PP.getIdentifierTable(), PP.getSelectorTable(),
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 611 S.PP.getSelectorTable().getNullarySelector(getterName);
638 S.PP.getSelectorTable(),
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 782 Selector GetterSel = PP.getSelectorTable().getNullarySelector(SelName);
786 SetterSel = PP.getSelectorTable().getSelector(1, &SetterName);
789 PP.getIdentifierTable(), PP.getSelectorTable(),
    [all...]
  /frameworks/compile/slang/
slang.cpp 226 mPP->getSelectorTable(), mPP->getBuiltinInfo()));
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 692 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 395 PP.getIdentifierTable(), PP.getSelectorTable(),
    [all...]
ASTUnit.cpp 705 PP.getIdentifierTable(), PP.getSelectorTable(),
    [all...]

Completed in 232 milliseconds