Searched defs:sels (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp40 SelectorTable &sels = Pass.Ctx.Selectors; local
42 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue"));
43 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue"));
48 getArgumentSel = sels.getSelector(2, selIds);
50 setArgumentSel = sels.getSelector(2, selIds);
52 zoneSel = sels.getNullarySelector(&ids.get("zone"));
/external/clang/lib/AST/
H A DASTContext.cpp549 IdentifierTable &idents, SelectorTable &sels,
571 Idents(idents), Selectors(sels),
547 ASTContext(LangOptions& LOpts, SourceManager &SM, const TargetInfo *t, IdentifierTable &idents, SelectorTable &sels, Builtin::Context &builtins, unsigned size_reserve, bool DelayInitialization) argument

Completed in 103 milliseconds