Searched refs:sels (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp39 SelectorTable &sels = Pass.Ctx.Selectors; local
41 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue"));
42 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue"));
47 getArgumentSel = sels.getSelector(2, selIds);
49 setArgumentSel = sels.getSelector(2, selIds);
51 zoneSel = sels.getNullarySelector(&ids.get("zone"));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1004 SelectorTable &sels, Builtin::Context &builtins);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp955 IdentifierTable &idents, SelectorTable &sels,
966 PrintingPolicy(LOpts), Idents(idents), Selectors(sels),
954 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents, SelectorTable &sels, Builtin::Context &builtins) argument

Completed in 199 milliseconds