Searched refs:sels (Results 1 – 3 of 3) sorted by relevance
39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker() local41 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue")); in APIChecker()42 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue")); in APIChecker()47 getArgumentSel = sels.getSelector(2, selIds); in APIChecker()49 setArgumentSel = sels.getSelector(2, selIds); in APIChecker()51 zoneSel = sels.getNullarySelector(&ids.get("zone")); in APIChecker()
1149 SelectorTable &sels, Builtin::Context &builtins,
947 IdentifierTable &idents, SelectorTable &sels, in ASTContext() argument960 PrintingPolicy(LOpts), Idents(idents), Selectors(sels), in ASTContext()